I would like to detect a Other language string (Non English) using regex .
My Current Regex expression looks like [a-z,A-Z,0-9,ä,ö,ü,Ä,Ö,Ü,ß,_]
in iOS
Kindly Provide me your inputs on this
I would like to detect a Other language string (Non English) using regex .
My Current Regex expression looks like [a-z,A-Z,0-9,ä,ö,ü,Ä,Ö,Ü,ß,_]
in iOS
Kindly Provide me your inputs on this
(\p{L}),(\w+),(\w),
Above Regex expressions are used to allow other languages to be detected on custom attributed link