ExtractAfter

Returns a new string, based on a sub-string of text after the occurrence of another property.

Table 1. Input Properties
Property Type Description
Text String
ContainedText String

Example

ExtractAfter("2003/01/15","20") returns 03/01/15.