0 comments / March 07, 2014

Matching a string containing two or more dots with regular expression

We sometimes need to filter strings which contains two or more dots, Regular expression is straight forward way to do this task. Lets see how it can be done.