Document repeat and character subtraction String
operators in SpEL
#32137
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
The repeat (
'abc' * 2 == 'abcabc'
) and character subtraction ('d' - 3 == 'a'
) operators in SpEL are currently not documented in Operators.The text was updated successfully, but these errors were encountered: