Module string

Source
Expand description

String tools. String tools.

Modules§

exposed
Exposed namespace of the module.
indentation
Add indentation to each line.
isolate
Isolate parts of string.
number
Parsing of numbers.
orphan
Parented namespace of the module.
parse_request
Parse string.
prelude
Namespace of the module to include with use module::*.
protected
Protected namespace of the module.
split
Spit string with a delimeter.

Traits§

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

Functions§

indentation
Add indentation to each line.
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.