@COUNTSAFE | Returns the number of “safe” characters in a string. |
@COUNTSAFEX | Expands a variable or function and returns the number of “safe” characters found. |
@COUNTUNSAFE | Returns the number of “dangerous” characters in a string. |
@COUNTUNSAFEX | Expands a variable or function and returns the number of “dangerous” characters found. |
@SAFECHARSINFO | Returns internal plugin info. |
@SAFECLIP | Returns a line from the clipboard, replacing any dangerous characters with “safe” equivalents. |
@SAFECLIPW | Writes text to the clipboard, restoring any remapped “safe” characters to their original, possibly dangerous values. |
@SAFEENV | Returns the value of an environment variable, replacing any dangerous characters with “safe” equivalents. |
@SAFEEXP | Attemps to expand an internal variable or function, and then remaps any dangerous characters to “safe” alternatives. |
@SAFELINE | Reads the specified line from a file, remapping any dangerous characters to “safe” alternatives. |
@SAFEREAD | Reads text from a file, remapping any dangerous characters to “safe” alternatives. |
@SAFEWRITE | Writes a line of text to a file, replacing any remapped “safe” characters with their original, possibly dangerous, values. |
@TAGATTR | Parses an HTML tag and returns the value of the specified attribute. |
@UNSAFE | Replaces “safe” characters in a string with potentially dangerous ones. |
@UNSAFEESC | Replaces “safe” characters in a string with potentially dangerous ones, and escapes them. |