Checking for valid web address, regular expressions in PHP

rodriquezblue

New Member
I have this text input, and I need to check if the string is a valid web address, like \[code\]http://www.example.com\[/code\]. How can be done with regular expressions in PHP?
 
Back
Top