Alberto Manuel Brandao Simoes <[EMAIL PROTECTED]> writes:

>> your original post said something about regular expressions.
>
> True. It support them
>
> RULES foo
> a(b+)c==>c$1a!!length($1)>5
> ENDRULES
>
> so, abbbbbbbc gets cbbbbbbba if the number of b greater than 5.

I believe you can do everything that this module does using
Parse::RecDescent. 

-- 
        Carter's Compass: I know I'm on the right track when,
           by deleting something, I'm adding functionality.

Reply via email to