Prettifies a given string using regex
The string to be prettified
The regex that should be used to prettify (Default = (?<!^)(?=[A-Z]))
The new, prettified string
See Implementation
Prettifies a given string using regex