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