Expand description
These functions are useful for inserting a multiline string into an already indented context in another string.
Functionsยง
- indent_all_ by 
- Indents every line that is not empty by the given number of spaces.
- indent_all_ with 
- Indents every line that is not empty with the given prefix.
- indent_by 
- Indents every line that is not empty by the given number of spaces, starting from the second line.
- indent_with 
- Indents every line that is not empty with the given prefix, starting from the second line.