Module syntax

Source

Functionsยง

index_skipping_ows_and_obs_fold
Find index of first charater after OWS(optional white spaces) or Obsolete line folding
index_skipping_transport_padding_and_crlf
Find index of first charater after padding white spaces and CRLFs
index_with_character_escaping
Find index of a ascii character that forms a language construct, quoted characters are opaque tokens by definition, therefore are not taken into account
index_with_token_escaping
Find index of a ascii character that forms a language construct, bypass all tokens that are bracket or double quoted
quote
Adding quote to a string if neccessary so that it can be correctly used in a internet message header parameter field
trim
Trim a string from both starting and ending white spaces
undo_bracket
Remove wrapping brackets from a string to retrieve its literal value
unquote
Unquote a string to retrieve its literal value