ExtractAfter
Returns a new string, based on a sub-string of text after the occurrence of another property.
| Property | Type | Description |
|---|---|---|
| Text | String | |
| ContainedText | String |
Example
ExtractAfter("2003/01/15","20") returns 03/01/15.
Returns a new string, based on a sub-string of text after the occurrence of another property.
| Property | Type | Description |
|---|---|---|
| Text | String | |
| ContainedText | String |
ExtractAfter("2003/01/15","20") returns 03/01/15.