Skip to main content
The Ends With action returns whether a string ends with an exact suffix. It is useful for checking file extensions, domain endings, and naming conventions.

Inputs

Outputs

Example

report.PDF ends with .pdf only when Ignore Case is enabled.
The action does not trim whitespace. A trailing space or line break is part of the text and can cause an otherwise matching suffix to return false.