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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mohtasham1983

    having problem in writing regular expression in tcl

    I have a procedure in my program which must verify a URL. Code: proc Test_URI {uri} { regexp {/|http://([a-zA-Z\.\-]+?)(?::([0-9]+))?(/.*)$} $uri match if {$uri == ""} { #if URI is empty make a list containing status and reason of wrong URI set answer {"incorrect" "empty"} }...

Part and Inventory Search

Back
Top