Uri RegExp demo
Input
Uri
Only match complete string
Samples
http://mcbak.local/~doekman/b2/uri.html
https://user%20name@10.10.0.154:443/folder/file.htm?name=Doeke%20Zanstra&dbg=false#Chapter%20four
http:/~doekman/b2/uri.html?q=Test#Chapter%20
mailto:d.zanstra@catsdeep.com?subject=Testing
http://en.wikipedia.org/wiki/URL#URI.2FURL_syntax_in_brief
http://www.google.com/search?client=safari&rls=en-us&q=base2&ie=UTF-8&oe=UTF-8
ftp://user@ftp.xs4all.nl/path/to/something
ftp://ftp.is.co.za/rfc/rfc1808.txt
http://www.ietf.org/rfc/rfc2396.txt
mailto:John.Doe@example.com
news:comp.infosystems.www.servers.unix
tel:+1-816-555-1212
telnet://192.0.2.16:80/
urn:oasis:names:specification:docbook:dtd:xml:4.1.2
ldap://[2001:db8::7]/c=GB?objectClass?one
Result
Examine the
javscript regular expression
.