Personally, I love Regular Expressions. They are incredibly useful and can quickly turn a task that would take many lines of code into a single statement. They are perfect for text manipulation and forms processing & validation. In general they simplify the everyday coding lives of developers world-wide.
However, Regular Expressions do come with a down-side. They can be complex to read and difficult to get ‘just right’. (more…)
