rappid/rAppid.js

Bug: RegEx for Binding string does not match correctly on iOS

Closed this issue · 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