2. The module RE

[<<<] [>>>]

This module implements some simple regular expression handling functions. They can be used to match some strings against regular expressions and to use matched sub strings to format replace strings. This module provides functions that are similar to the Perl language operators m// and s///.


[<<<] [>>>]