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 [2018/08/14 22:38] – dcumming | engine:import:changecase [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | changecase | + | ====== ChangeCase |
- | + | ||
- | ==== ChangeCase ==== | + | |
Change the case of a field. | Change the case of a field. | ||
- | ==== Phase ==== | + | ===== Phase ===== |
- | This instruction is used by the TapeTrack | + | This instruction is used by the TapeTrack |
- | ==== Syntax ==== | + | ===== Syntax |
- | **ChangeCase**//(field, type);// | + | '' |
- | //string field;// | + | |
- | //string type;//\\ | + | |
- | LOWER, UPPER, CAPITALIZED or INVERTED | + | |
- | |field| The field for this instruction.| | + | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |
- | |type| The special string | + | |field| String |
- | | |1. **LOWER** The data in the field will be converted to lower case.| | + | |type| String |
- | | |2. **UPPER** The data in the field will be converted to upper case.| | + | |
- | | |3. **CAPITALIZED** | + | ^ Type Values ^^ |
- | | |4. **INVERTED** | + | ^Value ^ Description ^ |
+ | |LOWER| The data in the field will be converted to lower case.| | ||
+ | |UPPER| The data in the field will be converted to upper case.| | ||
+ | |CAPITALIZED| The data in the field will be converted so that the first letter of each word is capitalized.| | ||
+ | |INVERTED| The data in the field will be converted so that any upper case character will be lower case and vice versa.| | ||
==== Example ==== | ==== Example ==== | ||
- | **ChangeCase: | + | |
- | |ChangeCase(DESCRIPTION, | + | To change |
+ | |||
+ | < | ||
+ | ChangeCase(DESCRIPTION, | ||
+ | </ | ||
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | [[engine: | ||
+ | [[cli: | ||
+ | [[cli: | ||
+ | |||
+ | {{tag> import_engine}} |
engine/import/changecase.1534286310.txt.gz · Last modified: 2025/01/21 22:07 (external edit)