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