Tag Archives: regular expressions

Regular Expressions – Part 2

In Part 1 of this training I show you how to develop regular expressions, including a number of resources that you can use. The majority of the tools I used were based on Python. In this training I’m going to translate the regular expressions that I developed into PHP and show you the iterative approach […]

Read more

Regular Expressions – Part 1

Regular Expressions are an extremely powerful tool for processing text. It turns out that processing text input makes up a significant amount of what programmers do, so it’s pretty crucial to have a good foundation when it comes to regular expressions. It’s also true that regular expressions can be a real pain in the neck […]

Read more