How to manipulate string in JEXL expression

Hi, does anyone know how to manipulate string in JEXL expression, for example, replace function, substring function. Thank you very much.

You might find better answers in the Technical Discussion forum, but you could also find some in the JEXL Reference documentation. Here’s one example: yourString.substring(i)

Thank you very much for the link. That helps a lot. :slight_smile: