Closed redxtech closed 3 months ago
I have added two parameterizations: {variable:lower} and {variable:upper}, which call .toLowerCase() and .toUpperCase() on the variables respectively.
{variable:lower}
{variable:upper}
.toLowerCase()
.toUpperCase()
I have also added docs on this to the options.html page.
I have added two parameterizations:
{variable:lower}
and{variable:upper}
, which call.toLowerCase()
and.toUpperCase()
on the variables respectively.I have also added docs on this to the options.html page.