How to apply expression in first argument of live templates variables

I have the variable PROPERTY_NAME. How do I apply a decapitalize to this variable?

decapitalize(PROPERTY_NAME) not work

0
1 comment

It definitely does work:

but it has to be a 'known' value - either a name of another variable or a macro; you can't pass a current variable as an argument of a function used to calculate its value

0

Please sign in to leave a comment.