Tag Archives: regexp

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