next up previous contents
Next: Special pattern matching character Up: Regular Expressions Previous: What are regular Expressions

Using Regular Expressions

A regular expression is essentially a template or pattern to be matched against a string.

In Perl a regular expression is enclose inside two slashes: /regular_expression/

The regular expression may contain:



 

dave@cs.cf.ac.uk