You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Added in 2.2.3

Reference

ServiceDescriptionVersion Added
ExtractExtracts the first pattern match from a string.2.2.3
ExtractAllExtracts all pattern matches from a string.2.2.3
MatchDetermines if the entire string matches the given pattern.2.2.3
Search

Finds the first pattern match in a string.

2.2.3
SearchAllFinds all pattern matches in a string.2.2.3
  • No labels