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§
- Isolate
Options Adapter - Adapter for IsolateOptions.
- Parse
Options Adapter - Adapter for ParseOptions.
- Split
Options Adapter - 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.