Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • does not hide records that do not contain a string that matched the given RegEx

  • returns null in case a string has no RegEx match

  • returns a list instead of a string

  • if the string has a single RegEx match, the function will return a single element list

  • if the string has multiple RegEx matches, the function will return them as list elements

  • if the string has no RegEx match, the function will return an empty list

Example

...

Given the following example string:

...