escape_mod module¶
Provides functions for escaping and unescaping strings.
It’s not very space-efficient - it doubles the length of the string. But it’s pretty easy to read the quoted strings, and the code is simple.
Provides functions for escaping and unescaping strings.
It’s not very space-efficient - it doubles the length of the string. But it’s pretty easy to read the quoted strings, and the code is simple.