Search code examples
iosregexmacosnsregularexpressionregexbuddy

Do any of the flavors of regex in Regex Buddy coincide with NSRegularExpression (ICU) regex?


NSRegularExpression says its flavor of regex is "ICU." I have RegexBuddy, which supports a bunch of different flavors, but none of them calls itself "ICU." But is one of them ICU under another name?


Solution

  • ICU is based on Perl regular expressions.