Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RegEx Quick Question

Status
Not open for further replies.

Alphabin

Programmer
Dec 8, 2002
119
CA
I'm no ASP Programmer and I need an advice from you guys.
I'm trying to pass a URL with parameters...
To validate the URL, I have the following RegEx pattern.
Code:
[URL unfurl="true"]http://.+?(/.*[/URL]

This will ignore a URL with parameters separated by & (Ampersand) characters... Right ?

Ex: http:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top