Versions Compared

Key

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

Extracts the first pattern match from a string.

Code Block
Result = SRP_TimeRegex("Extract", String, Pattern)

...

The Extract service is a simplified version of the Search service. Instead of returning a structure of information, this service simply returns the actual substring that was matched. This is useful when you are using regex to parse out information.

...