Tokens
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| Tokens [2019/09/22 13:05] – [Text Processing] peternlewis | Tokens [2020/08/18 01:27] (current) – [Text Processing] peternlewis | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| You can use the following special formats to process text or to return non-printing characters: | You can use the following special formats to process text or to return non-printing characters: | ||
| - | | + | |
| - | * Use these special characters: | + | * Use these special characters: |
| - | * For details, see [[manual: | + | |
| - | | + | * **Convert**: |
| - | * **Convert**: | + | * **To**: `bell, backspace, escape, form feed, tab, return, line feed`. |
| - | | + | |
| - | * Enter Hex Codes in this format: `%NN%` or `%NNNN%` | + | * Use Hex Codes in this format: `%NN%` or `%NNNN%` |
| - | | + | |
| - | * Use `%%` to return a single `%` as plain text | + | * Use `%%` or `\%` to return a single `%` as plain text. |
| - | * Use `\\` to return a single `\` as plain text | + | * Use `\\` to return a single `\` as plain text. |
| + | * Use `\$` to return a single `$` as plain text. | ||
| + | * **Access replacement strings** | ||
| + | * Replacement strings can also have addition meanings (such as `\1` or `${3}`) | ||
Tokens.1569157502.txt.gz · Last modified: by peternlewis
