Sanitize String

Sanitize a string input.

Remove any nefarious characters from some provided text. Useful if the text comes directly from user input which cannot be trusted.

Action Inputs

NameTypeDescription
VaueStringThe text to be sanitized

Action Outputs

NameTypeDescription
Sanitized ValueStringThe sanitized text