Module datafusion::functions::regex::expr_fn

source ·

Functions§

  • Returns true if a has at least one match in a string, false otherwise.
  • Returns a list of regular expression matches in a string.
  • Replaces substrings in a string that match.