BBInvoker::isURL
Description
In BBj 9.00 and higher, this method determines if a string passed is a URL.
Syntax
|
Return Value |
Method |
|---|---|
|
boolean |
isURL(string urlString) |
Parameters
|
Variable |
Description |
|---|---|
|
urlString |
Specifies the string that will be used to determine if it is a URL |
Return Value
TRUE (1) is returned if the passed string is a URL, otherwise FALSE (0) is returned.
Example
|