Substring

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
Indicates how the Substring operation should be performed.

StringMatch - match text between the strings in Start and End
Offset - match text between the offsets specified in Start and End

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 Sample Workflow for examples.

See Also

C Sharp Script
Script