User Tools

Site Tools


Tokens

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Tokens [2019/09/22 09:06]
peternlewis [Text Processing]
Tokens [2020/08/17 21:27] (current)
peternlewis [Text Processing]
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.txt · Last modified: 2020/08/17 21:27 by peternlewis