I have made a multi lingual extension API for string which can identify if a string (in different languages) is AlphaNumeric. The API uses Regular Expression support for Unicode. IsAlphaNumeric - String must contain atleast 1 alpha (letter in Unicode range, specified in charSet) and atleast 1 number (specified in numSet). Also, the string should comprise only of alpha and numbers.The charSet/numSet Unicode range for the desired language can be specified. The Unicode ranges are available on below link: http://www.ssec.wisc.edu/~tomw/java/unicode.html
Usage: