[dojox.validate] dojox.regexp.tld (dojox.validate.regexp) pass on almost anything
Reported by: |
tk |
Owned by: |
dante |
Priority:
|
high
|
Milestone:
|
|
Component:
|
Dojox
|
Version:
|
0.9
|
Keywords:
|
|
Cc:
|
|
Blocked By:
|
|
Blocking:
|
|
var a = new RegExp(dojox.regexp.tld({}))
a.test('a.b.com-aerae')
true
a.test('a.b')
false
a.test('a.b.lkalkdlaskd')
true
a.test('a.bbb')
true
a.test('a.bb')
true
a.test('a.b')
false
a.test('ab.b')
false
a.test('abbcp,.b')
true
a.test('abbcom.b')
true
Change History (3)
Owner: |
changed from Tom Trenka to dante
|
Summary: |
dojox.regexp.tld (dojox.validate.regexp) pass on almost anything →
[dojox.validate] dojox.regexp.tld (dojox.validate.regexp) pass on almost anything
|
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
see #4350