Returns the part of a string between the specified offset or the specified strings.
Properties
Expression
Type: String Input
The Expression to evaluate.
Method
Type: List Input
StringMatch - match text between the strings in Start
and End
Offset - match text between the offsets specified in Start
and End
Indicates how the Substring operation should be performed.
Start
Type: String Input
The start offset or string to match
End
Type: String Input
The end offset or string to match
Match
Type: String Output
The matched part of the string
Examples
See https://flowgear.me/s/Y8WQm2j for examples.