ExtractString

ExtractString(String origin, String start, String end)

This function is used to evaluate an origin string and returns the first occurrence of a String that starts with the Start String and ends with the End String. If the End String is not found, the string that starts with the Start String till its end will be returned.

Parameters

Return value

The return value is a String.

Examples