Wednesday, 11 September 2013

Chrome's Regexes - Can I view them?

Chrome's Regexes - Can I view them?

Html5 input types includes many new types.
(range , Email , date etc...)
For example :
<input type="url" >

I know that IE used to have regex store ( on one of its internal folders)
Question :
Can I see in what regexes does chrome use to validate the input ?
Is it under a viewable file or something ? / how can I see those regexs ?

No comments:

Post a Comment