You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe the \p{L}. This is a Unicode property escape for the Letter group.
The RegExpJsToJavaConverter.convert() method replaces this with [p\{L\}0-9 _'@&,?/]*.
Notice the missing backslash before the p and the added backslashed before the { and }.