how to match all language characters like english, greek, chinese except the special characters
Posted
by railscoder
on Stack Overflow
See other posts from Stack Overflow
or by railscoder
Published on 2010-04-29T09:40:04Z
Indexed on
2010/04/29
9:47 UTC
Read the original article
Hit count: 499
JavaScript
|regex
I have a display name field which i have to validate using JavaScript regex. We have to match all language characters like chinese, german, spanish in addition to english language characters except special characters like *(). I am struck on how to match those non-latin characters. Any help appreciated.
© Stack Overflow or respective owner