isurl¶
ISURL - Does this string point to a URL?
B = ISURL(INPUTSTRING)
Returns 1 if the string contains '://'. Returns 0 otherwise.
ISURL - Does this string point to a URL?
B = ISURL(INPUTSTRING)
Returns 1 if the string contains '://'. Returns 0 otherwise.