You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I suggest this?
If "^,+,-,*" have no blanks around before and after, they are part of a variable name else they are operators.
Maybe it is simpler and better than escaping?
An example
{{aa - bb}} it is an operator
{{aa-bb}} it is a variable
How can I escape java operators as ^, -, etc in a variable name?
Same question for the dot
Example
{{myVar-v1.1}}
The text was updated successfully, but these errors were encountered: