A
Axel Dahmen
Hi,
I want a regular expression to be any word character except "1".
Unfortunately I can't think of a pattern to use. Although it could be
/[a-zA-Z_02-9]/ I guess there must be a Unicode-proof version using /\w/.
Anyone?
Your help is quite appreciated.
Best regards,
Axel Dahmen
I want a regular expression to be any word character except "1".
Unfortunately I can't think of a pattern to use. Although it could be
/[a-zA-Z_02-9]/ I guess there must be a Unicode-proof version using /\w/.
Anyone?
Your help is quite appreciated.
Best regards,
Axel Dahmen