Any way to use captured text in the replace filter? For example if I wanted to limit repeating chars to three chars:
[% foo | replace('(.)\1{3,}', $1$1$1 ) %]
--
Bill Moseley
[EMAIL PROTECTED]
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates
