AntlUtilsElixir.Wildcard (antl_utils_elixir v0.4.0)

Link to this section Summary

Link to this section Functions

Link to this function

expr_regex!(separator, wildcard_char)

Specs

expr_regex!(binary(), binary()) :: Regex.t()
Link to this function

expr_valid?(expr, separator, wildcard_char)

Specs

expr_valid?(binary(), binary(), binary()) :: boolean()
Link to this function

match?(pattern, expr, separator, wildcard_char)

Specs

match?(
  pattern :: binary(),
  expr :: binary(),
  separator :: binary(),
  wildcard_char :: binary()
) :: boolean()
Link to this function

pattern_regex!(separator, wildcard_char)

Specs

pattern_regex!(binary(), binary()) :: Regex.t()
Link to this function

pattern_valid?(pattern, separator, wildcard_char)

Specs

pattern_valid?(binary(), binary(), binary()) :: boolean()