Versions Compared

Key

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


Info

Added in 2.2.3

SRP_Regex provides services to easily parse or pattern match strings in OpenInsight.

...

.

...

Regex Patterns

A regex pattern is a mini-language unto itself that is often confusing to look at, even for those used to it. SRP_Regex uses the same syntax as Javascript, so your best bet is to find an online tool to help you craft and test your regex patterns. A great resource is Regex101.com. Make sure to select ECMAScript (Javascript) as your regex flavor.

...