Regular expressions

From Rosetta Code
Revision as of 01:07, 24 January 2007 by rosettacode>Til
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
Regular expressions
You are encouraged to solve this task according to the task description, using any language you may know.

Template:Regular expression matching

The goal of this task is

  • to match a string against a regular expression
  • to substitute part of a string using a regular expression