static fun tomlEscape(text: String): StringBuilder
Escape a text string using the TOML escape sequences.
text - The text string to escape.
text
Return A StringBuilder holding the results of escaping the text.