Regular expressions are a very good way to check if a text meets several standards or to search for patterns.
There are several regex that are most used by programmers.
I found out that many programmers don't really understand how regex works. Sometimes, the best way to learn regex is by example.