Last Updated: February 25, 2016
·
387
· niklongstone

RegEx with Practical Examples

A regular expression is a sequence of characters used for parsing and manipulating strings. They are often used to perform searches, replace substrings and validate string data. This article provides tips, tricks, resources and steps for going through intricate regular expressions.

http://www.sitepoint.com/demystifying-regex-with-practical-examples/