2004-05-20

strredwolf: (Default)
2004-05-20 11:08 pm

(no subject)

Ahhh... that's what you can do.

Perl has s///eg.  PHP has preg_replace_callback.

Why do I need that?  Well, Anything 2 uses s///eg durring node conversion.  It calls a helper subroutine to process each part of the node.

PHP has preg_replace_callback, which requires pcre, but then that's ok.  FurryNet has it.