regexp | special chars

Any questions involving matching text strings to patterns - the pattern is called a "regular expression."

Moderator: General Moderators

Post Reply
pedroz
Forum Commoner
Posts: 99
Joined: Thu Nov 03, 2005 6:21 am

regexp | special chars

Post by pedroz »

How can I put chars like "ñ" or "ç" in regexp expressions ?

I am receiving an error...
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

What error do you get?
And may we see the corresponding code please?
Post Reply