Regular Expressions



next up previous
Next: Matching Regular Expressions Up: Previous: A Word about

Regular Expressions

Where once you had to execute a grep or expr every time you wanted to compare a string to a regular expression (``regexp''), you can now stick regexps right in your code. Perl's regexp handling capabilities are another reason that you'll never want to write another Bourne shell script.