R
Ron Brennan
I'm trying to test a character for not being uppercase, including Unicode
Latin-1.
The following JavaScript expression doesn't work. It is embedded in a
servlet that targets IE 5 or later.
if (/[^A-Z \u00C0-\u00D6 \u00D8-\u00DF]/.test(stest))
Probably something obvious to those of you working with RegExp more than me.
Thanks,
Ron
Latin-1.
The following JavaScript expression doesn't work. It is embedded in a
servlet that targets IE 5 or later.
if (/[^A-Z \u00C0-\u00D6 \u00D8-\u00DF]/.test(stest))
Probably something obvious to those of you working with RegExp more than me.
Thanks,
Ron