Expand description
String tools. Protected namespace of the module.
Traits§
- Isolate
Options Adapter - Adapter for IsolateOptions.
- Parse
Options Adapter - Adapter for ParseOptions.
- Split
Options Adapter - 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.