Types of Regular Expressions
In this lesson, we will classify regular expressions into two main types: POSIX and Perl regular expressions.
We'll cover the following...
You can probably classify RegExps in very different ways, but, if you look at the way they were ...