Closed this issue 13 years ago · 1 comments
/\{(([^{]*\{[^{}]*\})|[^{}])*?}/g
This RegEx should match:
{i18n.translate({data-num},item)} {i18n.translate(left)}.
But doesn't work on iOS. Seems like a Bug.
Switched from RegEx matching to simple String operations... works now on iOS