is there any ready land-address regex matcher in c#?
I have a list of strings. Does someone knows if there is a website that has some ready to 开发者_StackOverflow中文版use regex matches\validators in c# to popular land-address formats?
like:
<word_street>_<1-3digits>, <alphabetic_word_City>,<country>
st <alphabetic_word_Street>
and so on..
Take a look here http://regexlib.com I have found some usable regular expressions there , not sure about your request because i didn't understood exactly what you mean by and
on the other hand if you are need the country i don't think that regular expression is your solution (Hard to maintain)
精彩评论