Crate delim

Source

Macros§

delim

Structs§

Delimited

Functions§

matched
Returns a value between matched delimiters from part of a string.
matched_s
Returns a substring between enclosing matched delimiters.
mismatched
Returns a value between matched delimiters from part of a string.
mismatched_s
Returns a substring between enclosing mismatched delimiters from part of a string.
prefixed
Returns a value prefixed by a delimiter.
prefixed_s
Returns a substring of bytes following a prefix delimiter.