Supplemental string operations.
itertools
operator0
ilevel0int
ilevel(string)
Return the indentation level of the given string.
indent712%str
indent(string)
Indent the given string using the level * indentwith.
normal0str
normal(string)
Normalize the whitespace in the given string.
slug0str
slug(string)
Convert separators and spaces into single replacement instances inside string.
varsplit0
varsplit(indicator, string)
str.split() translating series of tokens into numbers instead of mere separations. The returned list has the pattern: [str, int, str, int, ...].