Kategorie: Script
/ Strings
Ab Engineversion: 8.0 OC
Konstante | Beschreibung |
---|---|
Regex_CaseInsensitive | Regular expression is case insensitive. |
Regex_FirstOnly | Split the string only once. |
Log("%v", RegexSplit("Harry!, Sven2 & Maikel", "\\s*[,&]\\s*"));