ShellBrowser Delphi Components Documentation
|
Checks if a given string has the form of an URL.
class function IsURL(const pUrl: String): boolean; static;
Parameters |
Description |
const pUrl: String |
the string to check |
True if pUrl matches the regular expression for URLs, false otherwise
This is a quick check on the syntax only. If you need to ensure that the URL is parseable (and/or want to work with that URL), use TURL.TryParse instead!