Crate text_utils[][src]

Macros

Enums

Functions

Removes common leading whitespace from each line.

Removes at most n leading whitespace from each line

Adds spaces to each non-empty line.

Adds prefix to each non-empty line.

Takes in a string with backslash escapes written out with literal backslash characters and converts it to a string with the proper escaped characters.

unescape \u{xx xx xx}

unescape \U{xx xx xx}

unchecked version of unescape