Between
Between>string,token1,token2,matches,num_matches
Returns the text between two other pieces of text (tokens). This is a convenience function that wraps a regular expression as explained here:
https://help.mjtnet.com/article/12-my-most-used-regex
Abbreviation: BET
See also: RegEx
Examples
Let>string=<name>sally</name>
Between>string,<name>,</name>,matches,nm
MessageModal>matches_1