Regex for all url
Posted: Wed Mar 04, 2009 4:31 pm
Hi,
someone can help me to make and explain me the regex for block all the url
http://[...].[...] <== example : http://unrealircd.com
http://[...].[...]/[...] <== example : http://unrealircd.com/filename.ext or http://unrealircd.com/directory
http://www.[...].[...] <== example : http://www.unrealircd.com
http://www.[...].[...]/[...] <== example : http://www.unrealircd.com/filename.ext or http://www.unrealircd.com/directory
www.[...].[...] <== example : www.unrealircd.com
www.[...].[...]/[...] <== example : www.unrealircd.com/filename.ext or www.unrealircd.com/directory
[...].[...] <== example : unrealircd.com unrealird.fr unrealircd.org unrealircd.ca unrealircd.net unrealircd.biz (the .ext is major here...)
Thx!
someone can help me to make and explain me the regex for block all the url
http://[...].[...] <== example : http://unrealircd.com
http://[...].[...]/[...] <== example : http://unrealircd.com/filename.ext or http://unrealircd.com/directory
http://www.[...].[...] <== example : http://www.unrealircd.com
http://www.[...].[...]/[...] <== example : http://www.unrealircd.com/filename.ext or http://www.unrealircd.com/directory
www.[...].[...] <== example : www.unrealircd.com
www.[...].[...]/[...] <== example : www.unrealircd.com/filename.ext or www.unrealircd.com/directory
[...].[...] <== example : unrealircd.com unrealird.fr unrealircd.org unrealircd.ca unrealircd.net unrealircd.biz (the .ext is major here...)
Thx!