Functions:


@COUNTSAFEReturns the number of “safe” characters in a string.
@COUNTSAFEXExpands a variable or function and returns the number of “safe” characters found.
@COUNTUNSAFEReturns the number of “dangerous” characters in a string.
@COUNTUNSAFEXExpands a variable or function and returns the number of “dangerous” characters found.
@SAFECHARSINFOReturns internal plugin info.
@SAFECLIPReturns a line from the clipboard, replacing any dangerous characters with “safe” equivalents.
@SAFECLIPWWrites text to the clipboard, restoring any remapped “safe” characters to their original, possibly dangerous values.
@SAFEENVReturns the value of an environment variable, replacing any dangerous characters with “safe” equivalents.
@SAFEEXPAttemps to expand an internal variable or function, and then remaps any dangerous characters to “safe” alternatives.
@SAFELINEReads the specified line from a file, remapping any dangerous characters to “safe” alternatives.
@SAFEREADReads text from a file, remapping any dangerous characters to “safe” alternatives.
@SAFEWRITEWrites a line of text to a file, replacing any remapped “safe” characters with their original, possibly dangerous, values.
@TAGATTRParses an HTML tag and returns the value of the specified attribute.
@UNSAFEReplaces “safe” characters in a string with potentially dangerous ones.
@UNSAFEESCReplaces “safe” characters in a string with potentially dangerous ones, and escapes them.