ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.PathUtils.TPathUtils.IsURL

Checks if a given string has the form of an URL.

Syntax
Pascal
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!