Hey
You can store the start and end positions of the characters of the substring in variables
And then take substrings of the remaining characters and concatenate them (with+) .
substring('funwithmendixapps', 7,6) will give you mendix
Hi Abhishek,
Go with the string documentation part in mendix
https://docs.mendix.com/refguide/string-function-calls/
Hi
you can use