rp_url_component_listrp_url_component_list url
Defined in packages/acs-core/request-processor-procs.tclReturns a list of components in $url, with a trailing empty element
(representing the magic "index file") if the component has a trailing slash.
For example:
- rp_url_component_list "/" yields [list ""]
- rp_url_component_list "/foo/bar" yields [list "foo" "bar"]
- rp_url_component_list "/foo/bar/" yields [list "foo" "bar" ""]
- Parameters:
-
url
|