string.simplify
Syntax
Simplifies a string be removing any leading or trailing whitespace characters, and replacing all repeated internal whitespace characters with a single space.
sout - The simplified string.
sin - The original string to simplify.
string.replace.regex
string.split
9.1.13