The Spring Expression Language (SpEL) is a simple and powerful expression language
which helps to query and manipulate objects at runtime.
The following example shows string case change using SpEL.
We can also invoke other instance methods in similar way.