-
Notifications
You must be signed in to change notification settings - Fork 26
Contains
Shaun Lawrence edited this page Nov 4, 2020
·
1 revision
Returns a boolean result indicating whether the supplied text
parameter contains the supplied value
.
Contains(text, value)
The string
text to search inside.
Type | string |
Required | Yes |
The string
value to find.
Type | string |
Required | Yes |
Contains("reading between the lines", "the")
Returns true
in this example because 'the' does exist.
- AddDays
- AddHours
- AddMilliseconds
- AddMinutes
- AddMonths
- AddSeconds
- AddYears
- DayOf
- HourOf
- MillisecondOf
- MinuteOf
- MonthOf
- SecondOf
- YearOf
- DaysBetween
- HoursBetween
- MillisecondsBetween
- MinutesBetween
- SecondsBetween