Skip to main content

Extract substring

Text·v1.0.0
TextLow risk

Extract a portion of text by position

Inputs

NameTypeRequiredDefaultDescription
Input Text
inputText
expressionRequired
Extraction Mode
extractionMode
enumOptionalposition
positionbetween
Start Position
startPosition
numberOptional0Starting position (0-based index)
Length
length
numberOptionalNumber of characters to extract (leave empty for rest of text)
Start After
startText
stringOptionalExtract after this text
End Before
endText
stringOptionalExtract before this text
Output Variable
outputVariable
variableOptionalExtractedText

Output

ExtractedTextString

Extracted portion of text

Compatibility

WindowsLinuxAttendedUnattended

Related activities