Module pipe_chain::str
source · Expand description
str related combinators
Structs
- Splits an str in chars
- Splits an str in graphemes see: UnicodeSegmentation::graphemes
- Splits an str in sentences see: UnicodeSegmentation::unicode_sentences
- char tag error containing the expected and found char
- str tag error containing the expected and found string
- Splits an str in words see: UnicodeSegmentation::unicode_words
Functions
- Takes the given quantity of ascii binary digits
- takes
qtyof chars from an input - Returns the consumed input instead of the pipe result
- Takes the given quantity of ascii digits
- takes
qtyof graphemes clusters from an input - Takes the given quantity of ascii hexadecimal digits
- Takes the given quantity of ascii octal digits
- takes
qtyof sentences from an input /// takesqtyof words from an input - Takes the given quantity of ascii whitespaces
- Get the consumed offset in bytes in addition to the output of the given Pipe
- takes
qtyof words from an input