How to apply expression in first argument of live templates variables Maskalenkasdoc Created July 17, 2022 06:32 I have the variable PROPERTY_NAME. How do I apply a decapitalize to this variable? decapitalize(PROPERTY_NAME) not work
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