Returns the i-th substring of a delimited string text.
XIH.GetPart(text, delimiter, i)
Parameter | Data type | Description | Sample |
---|
text | string | Text to be cut apart | "cut me, apart" |
delimiter | string | A string that defines the boundaries between text parts | "," |
i | int | Specifies which text part should be cut out starting with zero | 0 |
i=0 returns the substring up to the first delimiter.
Available starting from version 5.5.
Returns a string.