Module protected

Source
Expand description

String tools. Protected namespace of the module.

Traits§

IsolateOptionsAdapter
Adapter for IsolateOptions.
ParseOptionsAdapter
Adapter for ParseOptions.
SplitOptionsAdapter
Adapter for Split Options.

Functions§

isolate
Function to split a string with some delimeter.
isolate_left
Function to split a string with some delimeter. Routine splits string from left.
isolate_right
Function to split a string with some delimeter. Routine splits string from right.
request_parse
Function to parse a string with command request.
split
Function to split a string.