regular expression

[Article] Singapore Address Parser

With a little Regular Expression, we can parse almost anything follow a predefined pattern.

Singapore Address is a good example for parsing data with regular expression. The code in this article is produce by me today, feel free to use it for your purpose.

I use PHP for my parser, but it can be port to any other language which support Regular Expression.

Syndicate content