Category: Script
/ Strings
Since engine version: 8.0 OC
Constant | Description |
---|---|
Regex_CaseInsensitive | Regular expression is case insensitive. |
Regex_FirstOnly | Only replace the first match instead of all matches. |
Log(RegexReplace("hello world", "(\\w+)\\s(\\w+)", "$2 $1"));