Expand description
Escaping provides general round trippable string escaping. build an Escape
with either new or const_new
Structs§
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
sepand return an iterator over the parts - splitn
- split the string into at most
nparts separated by non escaped instances ofsepand return an iterator over the parts