<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#0050d0">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Ok, I'm
trying to lowercase a certain macro with a pcre rewrite rule.
Unfortunately it doesnt seem to be observing pcre escape sequences.<br>
<font color="#990000">subst('^(.+)$','\L$1\E',value('FROM')
flags('store-matches') type('pcre'));</font> (the FROM macro is created
from the named match of an earlier pcre filter()<br>
It ends up just putting a literal '\L' and '\E' at the start and end of
the string. Is this a bug, or am I doing something wrong, or is there
another way to do this?<br>
</font></font>
</body>
</html>