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