Tokens
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| Tokens [2019/09/22 13:06] – [Text Processing] peternlewis | Tokens [2020/08/18 01:27] (current) – [Text Processing] peternlewis | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| * Use Hex Codes in this format: `%NN%` or `%NNNN%` | * Use Hex Codes in this format: `%NN%` or `%NNNN%` | ||
| * **Escape Special Characters** | * **Escape Special Characters** | ||
| - | * 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.1569157610.txt.gz · Last modified: by peternlewis
