Chapter 11. Regular Expressions

11.1. What are regexes good for ?

  • Decide if a string is part of a larger string

  • Validate the format of some value (string) (e.g. is it a decimal number?, is it a hex?)

  • Find if there are repetitions in a string

  • Analyse a string and fetch parts of if given some loose description


If you are interested in on-site trainings by the author, please contact me directly.

Online courses:

Would you like to get
updated when I publish
the next article?

Follow me:

Google Plus Twitter RSS feed