- Documentation
- Activities
- Text
- Ends with
Check whether text ends with a given suffix
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Text to Check inputText | expression | Required | — | — |
Ends With suffix | expression | Required | — | — |
Case Sensitive caseSensitive | boolean | Optional | true | — |
Output Variable outputVariable | variable | Optional | EndsWithResult | — |
Output
EndsWithResultBooleanTrue if the text ends with the suffix
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Change text case
Change text to UPPERCASE, lowercase, Title Case or Sentence case
Combine text
Combine several values into one piece of text, with nothing between them
Contains text
Check whether some words appear inside a piece of text
Convert datetime to text
Turn a date into readable text like "January 5, 2025"
Extract substring
Extract a portion of text by position
Find pattern in text
Find things like emails, dates or reference codes inside text