Search found 2 matches
- Thu Dec 17, 2009 7:49 am
- Forum: Regex
- Topic: Regex javascript IE compatibility issue
- Replies: 2
- Views: 2030
Re: Regex javascript IE compatibility issue
You might be right. It should be a bug coming from the VBScript/JScript engine which used by IE6. See details below. But i hear that for some weird reason, IE8 with the same VBScript/JScript engine versions is not smitten. This is what i found with some sifting. 1. While finding the lower count for...
- Tue Dec 15, 2009 10:21 am
- Forum: Regex
- Topic: Regex javascript IE compatibility issue
- Replies: 2
- Views: 2030
Regex javascript IE compatibility issue
This is about a strange behavior IE shows for a regex matching Im trying to do. Here is a password matching expression Im trying to use for matching the below conditions. * Must contain minimum 8 to 20 characters, mandatorily including one letter and number * May include only one of the following sp...