EscapeTarget
Represents a target (commonly a language or format) that strings can be escaped for.
For instance:
in HTML
<
becomes<
in JavaScript
"
becomes\"
This is the inverse of UnescapeTarget.
Represents a target (commonly a language or format) that strings can be escaped for.
For instance:
in HTML <
becomes <
in JavaScript "
becomes \"
This is the inverse of UnescapeTarget.