How to deal with Polish Characters while using regex ?

Posted by Rachel on Stack Overflow See other posts from Stack Overflow or by Rachel
Published on 2010-06-10T14:35:56Z Indexed on 2010/06/10 14:53 UTC
Read the original article Hit count: 162

Filed under:
|

I have street name as KRZYWON ANIELI and so what should be my regex to allow this kind of expression. Currently I have simple one which uses /^[a-zA-Z ]+$/

Kindly advise.

© Stack Overflow or respective owner

Related posts about regex

Related posts about language