Emily
4
Hey @Shady!
I assume you looked at this post?
I didn’t get a reply from the person who was asking for it at the time so I didn’t know if it actually worked.
Have you made sure to set every RegExp on a separate line?
If yes and it’s not working, may I suggest replacing the x
with a u
, so like this:
/[\u0400-\u04FF]+/
/[\u0600-\u06FF]+/
/[\u0100-\u017F]+/
It may be the mistake I’ve done at the time…