philg_url_valid_p

one of the documented procedures in this installation of the ACS
Usage:
philg_url_valid_p   query_url
What it does:
Returns 1 if a URL has more or less the correct form.
Defined in: /web/philip/packages/acs-core/utilities-procs.tcl

Source code:


    return [regexp {https?://.+} $query_url]


philg@mit.edu