Module util

Source
Expand description

Utilities.

Constants§

EXTENSION_SEPARATOR
Extension separator.
HIDDEN_PATH_PREFIX
Hidden URI path prefix.
PATH_SEPARATOR
URI path separator.
PATH_SEPARATOR_STRING
URI path separator.

Functions§

cmp_value_lowercase
Compare Value as lowercase.
file_name
Filename with extension and without extension.
query_map_to_value
QueryMap to Value.
uri_path_has_hidden_segment
Whether the URI path has any segment that begins with “.”.
uri_path_join
Join URI paths.
uri_path_last_segment
The last segment in the URI path.
uri_path_parent
Up one segment for the URI path.
uri_path_segments
URI path segments.