Module str

Source
Expand description

Deduction for string

Structs§

HandleRcVec
A container for managing a collection of asynchronous task join handles.
StrDeducer
A struct hold configuration for string deduction tasks.

Functions§

ite_concat_split
Performs conditional splitting of string slices based on whether each string starts with its corresponding delimiter. The function returns a tuple containing a boolean value and a string value.
split_once
Deduce splits for each string in the input slice once over the corresponding delimiter, resulting in two separate string parts and a boolean indicating successful splits.
value_split
Splits each string in the provided slice using corresponding delimiters and returns the collection of split results as a list value wrapped in Value.