 | Summary
- Regular Expressions are very powerful pattern matching tool, that is at the core of the Perl toolkit.
- Learning how to use them to their best ability can aid you in many aspects of your programming.
- It should be bourne in mind that the RegEx Engine is written in C. As a consequence even complex regular expressions can be very fast.
|