Just a small request: I would love to have value processors for String values. Suggested scope for 1st version:
- Concatenate
- Replace
- Extract Substring
- Convert to upper/lowercase
This would make it much easier to create localized apps, as any string manipulation has to be done inside a function today. A simple example for when this is useful is when making labels e.g. “Order nr: 453187”. In this case I’d want to have the “Order nr” part as a string that can be localized, and then concat it first with “:” and then with a data bound property for the order number.