Re: Fw: [PHP] regular pattern to match XXX

2006-02-20 Thread Chris
Satyam wrote: - Original Message - From: "Patrick" <[EMAIL PROTECTED]> im trying to get my regular pattern to allow åäöÅÄÖ but it refuses to, i have something like this: [^a-zA-ZåäöÅÄÖ0-9-_ ] But this dosent seem to work, anyone got any ideas? Just an idea, try putting a backslash

Fw: [PHP] regular pattern to match XXX

2006-02-18 Thread Satyam
- Original Message - From: "Patrick" <[EMAIL PROTECTED]> im trying to get my regular pattern to allow åäöÅÄÖ but it refuses to, i have something like this: [^a-zA-ZåäöÅÄÖ0-9-_ ] But this dosent seem to work, anyone got any ideas? Just an idea, try putting a backslash before the no

[PHP] regular pattern to match swedish characters

2006-02-18 Thread Patrick
im trying to get my regular pattern to allow åäöÅÄÖ but it refuses to, i have something like this: [^a-zA-ZåäöÅÄÖ0-9-_ ] But this dosent seem to work, anyone got any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] regular pattern to match �

2006-02-18 Thread Patrick
im trying to get my regular pattern to allow åäöÅÄÖ but it refuses to, i have something like this: [^a-zA-ZåäöÅÄÖ0-9-_ ] But this dosent seem to work, anyone got any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php