File 'net/urls.tcl' (part of 'Pool_Net')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
::pool::urls::GetHostPort (urlvar)
|
|
Dangers: Side effect: The extracted information is removed from the given url.
|
Argument: urlvar
|
Name of the variable containing the url to parse.
|
Returns: List containing the extracted information in a format suitable for 'array set'.
|
::pool::urls::GetUPHP (urlvar)
|
|
Dangers: Side effect: The extracted information is removed from the given url.
|
Argument: urlvar
|
Name of the variable containing the url to parse.
|
Returns: List containing the extracted information in a format suitable for 'array set'.
|
::pool::urls::SplitFile (url)
|
|
Argument: url
|
The url to split, without! scheme specification.
|
Returns: List containing the constituents, suitable for 'array set'.
|
::pool::urls::SplitFtp (url)
|
|
Argument: url
|
The url to split, without! scheme specification.
|
Returns: List containing the constituents, suitable for 'array set'.
|
::pool::urls::SplitHttp (url)
|
|
Argument: url
|
The url to split, without! scheme specification.
|
Returns: List containing the constituents, suitable for 'array set'.
|
::pool::urls::SplitMailto (url)
|
|
Argument: url
|
The url to split, without! scheme specification.
|
Returns: List containing the constituents, suitable for 'array set'.
|
::pool::urls::extract (text)
|
|
Argument: text
|
The HTML string to search in.
|
Returns: List of urls found in the text.
|
::pool::urls::findUrls (text)
|
|
Argument: text
|
The string to search in.
|
Returns: List of urls found in the text.
|
::pool::urls::hyperize (text)
|
|
Argument: text
|
string to search urls in.
|
Returns: A string with all urls transformed into hyperlinks
|
::pool::urls::split (url)
|
|
Notes: This procedure absolutely requires existence of the 'scheme'-constituent in the given url, it is unable to parse a lone scheme-specific string.
|
Argument: url
|
The url to split, scheme part required.
|
Returns: List containing the constituents, suitable for 'array set'.
|
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries