Structs§
- Quote
Stripped - A string that has been stripped of the beginning and ending quote
- Unclosed
Quotes Error - String has unbalanced
'or"quotation marks
Enums§
- Parenthesis
Parse Error - Parenthesis
Parse Error Owned - Owned version of ParenthesisParseError.
Functions§
- parse_
parentheses - Checks wheter a given input is enclosed in parentheses, prefixed by a certain number of stopwords.
- skip_
next_ braces - Given a string, returns how many characters need to be skipped
- split_
string_ respect_ comma - Splits a string by commas, but respects parentheses/braces
- split_
string_ respect_ whitespace - Splits a string by whitespace, but respects parentheses/braces
- strip_
quotes - Strip quotes from an input, given that both quotes use either
"or', but not both.