Text and Strings
Text manipulation and adjustments - How to work with text?
Last updated
Was this helpful?
Text manipulation and adjustments - How to work with text?
Last updated
Was this helpful?
The easiest way to test your Jinja2 expressions is by using a with mock data (Don't include any sensitive data in those). Note, only standard Jinja2 expressions will work here, like if, elif, upper, etc.
Returns: THIS WILL BE UPPER CASE!
Returns: this will be lower case!
Another common use-case is comma-separated concatenation:
Limiting or shortening strings to a certain number of characters:
To read up on string manipulation in all detail, check out: