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
Next revision
Previous revision
Last revision Both sides next revision
Tokens [2019/09/20 16:52]
JMichaelTX
Tokens [2019/09/22 09:06]
peternlewis [Text Processing]
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:
-  ​**Convert Case of Text** +  ​**Convert Case of Text** 
-    * Use these special characters: ​ `\U  \L  \E  \u  \l` +    * Use these special characters: ​ `\U  \L  \E  \u  \l` (for details, see [[manual:​Tokens#​Text_Case_Conversions|Text Case Conversions]]). 
-    * For details, see [[manual:​Tokens#​Text_Case_Conversions|Text Case Conversions]] +  ​**Return Non-Printing Characters** 
-  ​**Return Non-Printing Characters** +    * **Convert**:​ `\\\\\\\n` 
-    * **Convert**:​ `  \a   \b        \e     \f     ​\t   \r    ​\n`     \\ ​**To**:`       `bell, backspace, escape, form feed, tab, return, line feed. +    * **To**: `bell, backspace, escape, form feed, tab, return, line feed`
-  ​**Convert Hex Code to Unicode Characters** +  ​**Convert Hex Code to Unicode Characters** 
-    * Enter 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 `%%` to return a single `%` as plain text
     * Use `\\` to return a single `\` as plain text     * Use `\\` to return a single `\` as plain text
- 
  
  
Tokens.txt · Last modified: 2020/08/17 21:27 by peternlewis