Can we have string function that parse the string between 2 indices?
As FindString can find particular string occurrence,we can easily get required part of string easily from that index till required index.
or If we want entire remaining string we can have a function like:
Substring(String,StartIndex,EndIndex) Where endIndex can be : Length(String)-1