stringUtil
A simple utility module for working with strings.
Functions
formatLongString
stringUtil.
formatLongString
(
string:
string
) →
string
Returns a formatted version of the given string (essentially just add in hiphens).
print(stringUtil.formatLongString("jail in the break")) --> "jail-in-the-break"