<div dir="ltr">Hi,<br><br>I am trying to change the case of a variable to all lowercase. I know there is no function to do this, but I have been trying to do it with pcre and it is not working. I keep getting this...<br><br>
pcre_compile() failed: PCRE does not support \L, \l, \N, \U, or \u<br><br>Is there a way to change the case of a variable ($request_uri, etc.) to all *lowercase*?<br><br>Thanks,<br><br>John Draper<br></div>