[PHP] Re: Accented character in Regex.

2008-11-17 Thread Nathan Rixham
Nathan Rixham wrote: Shiplu wrote: How to match accented characters by preg match?? I need to match ">Sin garantía<" by "/>([^<]+) convert to utf8 and use the U modifier on the regex string? sorry.. lowercase "u" for utf8! (U is ungreedy) -- PHP General Mailing List (http://www.php.net/) To u

[PHP] Re: Accented character in Regex.

2008-11-17 Thread Nathan Rixham
Shiplu wrote: How to match accented characters by preg match?? I need to match ">Sin garantía<" by "/>([^<]+) convert to utf8 and use the U modifier on the regex string? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php