string776%python.module
fault.context

Supplemental string operations.

itertools
import

operator0
import

ilevel0
function
int

ilevel(string)

Return the indentation level of the given string.

indent712%
function
str

indent(string)

Indent the given string using the level * indentwith.

normal0
function
str

normal(string)

Normalize the whitespace in the given string.

slug0
function
str

slug(string)

Convert separators and spaces into single replacement instances inside string.

varsplit0
function

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, ...].