shell_escape
host callCapy
function shell_escape(raw : string) string
Description
Use shell_escape for one value in a shell command. Do not use it for shell syntax or a complete command.
Return Values
A shell-escaped word.
Example
Capy
print(shell_escape("Ada Lovelace"), "\n")