Hi!

...
Rewriting rules consist of mainly two parts: a regexp (LHS: Left Hand
Side) that is matched with the text, and the string to use to substitute
the content matched with the regexp (RHS: Right Hand Side).

Now, why don't use a simple substitute? Because we want to define a set
of rules and match them again and again, until no more regexp of the LHS
matches.
...

Saluti,
C.

Attachment: p5-Text-RewriteRules-0.21.tgz
Description: application/tar-gz

Reply via email to