schlichtanders.mystrings module

Useful string manipulations.

schlichtanders.mystrings.append_after(orig, string, split_regex=None)[source]

if split_regex is given, string is appended after each split + split_regex.match (multiline mode)

schlichtanders.mystrings.replace_all(orig, replace_dict)[source]