how to match all language characters like english, greek, chinese except the special characters
- by railscoder
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.