OptionalescapeThe character used to do character escaping. If a string is provided only spaces
are escaped. If a { escapeChar, charsToEscape } literal is provide all characters
in charsToEscape are escaped using the escapeChar.
The characters to escape.
The escape character.
OptionalstrongThe character used for strong quoting. The string's length must be 1.
OptionalweakThe character used for weak quoting. The string's length must be 1.
The shell quoting options.