Skip to content

$execRegex

Executes a regex in a string.

Parameters

NameDescriptionEnforcedDefault Value
RegexThe regular expression to be executed.YesNone
FlagsRegular expression flags.Nog
TextText to execute the regex on.YesNone
IndexIndex to get from the executed expression.No1

Example

$execRegex[regex;flags?;text;index?]