Skip to main content

Crate escaping

Crate escaping 

Source
Expand description

Escaping provides general round trippable string escaping. build an Escape with either new or const_new

Structs§

Escape

Functions§

is_escaped
return true if the char at i is not a valid character boundary or is escaped with the escape character
split
split the string into parts separated by non escaped instances of sep and return an iterator over the parts
splitn
split the string into at most n parts separated by non escaped instances of sep and return an iterator over the parts