Category: Script
/ Strings
Since engine version: 8.0 OC
Constant | Description |
---|---|
Regex_CaseInsensitive | Regular expression is case insensitive. |
Regex_FirstOnly | Stop after first match, returning an array with zero or one elements. |
Log("%v", RegexSearch("hello world", "l"));