engine:import:changecase
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| engine:import:changecase [2020/02/24 00:03] – Scott Cunliffe | engine:import:changecase [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Phase ===== | ===== Phase ===== | ||
| - | This instruction is used by the TapeTrack | + | This instruction is used by the TapeTrack |
| ===== Syntax ===== | ===== Syntax ===== | ||
| '' | '' | ||
| - | // | + | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |
| + | |field| String | The field for this instruction.|1|128| | ||
| + | |type| String | The special string from the below Type Values table.|1|10| | ||
| - | //string type;// \\ | + | ^ Type Values ^^ |
| - | LOWER, UPPER, CAPITALIZED or INVERTED | + | ^Value ^ Description ^ |
| - | + | |LOWER| The data in the field will be converted to lower case.| | |
| - | |field| The field for this instruction.| | + | |UPPER| The data in the field will be converted to upper case.| |
| - | |type| The special string type of one of the following: | + | |CAPITALIZED| The data in the field will be converted so that the first letter of each word is capitalized.| |
| - | | |1. **LOWER** | + | |INVERTED| The data in the field will be converted so that any upper case character will be lower case and vice versa.| |
| - | | |2. **UPPER** | + | |
| - | | |3. **CAPITALIZED** | + | |
| - | | |4. **INVERTED** | + | |
| ==== Example ==== | ==== Example ==== | ||
| - | **ChangeCase: | + | |
| - | |ChangeCase(DESCRIPTION, | + | To change |
| + | |||
| + | < | ||
| + | ChangeCase(DESCRIPTION, | ||
| + | </ | ||
| + | |||
| + | ===== See Also ===== | ||
| + | |||
| + | [[engine: | ||
| + | [[cli: | ||
| + | [[cli: | ||
| + | |||
| + | {{tag> import_engine}} | ||
engine/import/changecase.1582502595.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
