Table of Contents

, , ,

SUBSTRING

Description

Extracts a string between two indexes of the given string (the second index is not inclusive)

Parameters

Attribute of the Plain Text type or string constant or calculation producing text and two indexes

Example

IF SUBSTRING (Account.Name, 0, 4) = 'John' THEN ...