Menu

upper() and lower()

Updated: 2023-02-02

{{ upper() }}

Transforms text to uppercase when pulled from a field in TaxCycle.

For example, {{upper(CurrentClient.Info.ID.FirstName)}} prints the client's first name, JAMES, in uppercase in the template regardless of how it shows in the field on the form.

{{ lower() }}

Transforms text to lowercase when pulled from a field in TaxCycle.

For example, {{lower(CurrentClient.Info.ID.FirstName)}} prints the client's first name, james, in lowercase in the template regardless of how it shows in the field on the form.