What is the URL pattern that is being used with the HTML5 element input type="url". I tried some regex from various forums but felt HTML5 url element is having a different pattern of regex. Can someone crack the regex for it? Thanks.
-
1I'm guessing it's an RFC 3987 compliant regular expression, something like thisadeneo– adeneo2015-10-09 07:04:53 +00:00Commented Oct 9, 2015 at 7:04
-
Can you suggest me an equivalent regex for input type="url" ? ThanksVicky– Vicky2015-10-12 08:04:14 +00:00Commented Oct 12, 2015 at 8:04
-
Possible duplicate of What regular expression does a browsers use for HTML5 input type=url?Theodore Brown– Theodore Brown2017-08-28 03:04:57 +00:00Commented Aug 28, 2017 at 3:04
Add a comment
|