User Tools

Site Tools


REPEATED SUBSTRING

Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch


REPEATED SUBSTRING extracts part of a string based on character position for each string in a LIST.

Any LIST DORs in the input string of length greater than one must all be the same length. The substring operation is repeated for each value in the input LIST. The output LIST will also be this length. The character numbering starts at 1. If unset the default start position is at the first character of the string and the default end position is the last character of the string. The Start Index: and End Index: may be expressions. If any of the start or end indexes are outside of the size of the string, the DOR will be in an error state, which may be trapped if required using an EXPAND.

REPEATED SUBSTRING
Essential Parameters:
Value:String which may contain DORs.
Optional Parameters:
Start Index:Integer between 1 and length of string. default→1
End Index:Integer between 1 and length of string. If unset defaults to length of string. Must be greater or equal start if both set.
Trim White Spaces:Removes white spaces from the start and end of the Value:. default→TRUE

Page Tools