niknaks.text

Text manipulation

Members

Functions

genTabs
string genTabs(size_t count)

Generates a string containing the number of tabs specified

genX
string genX(size_t count, string pattern)

Generates a string containing the provided pattern repeated by the given number of times

padLeft
string padLeft(string bodyText, string withText)

Pads the left-hand margin of a multi-line string with the given text

Meta

Authors

Tristan Brice Velloza Kildaire