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