Skip to content

String Ends With

Purpose of the Node

The String Ends With node is designed to determine whether a given string ends with a specified suffix. This node is particularly useful in scenarios where string pattern matching or validation is required.

Pins

Pin NamePin DescriptionPin TypeValue Type
stringThe input string to be checked.StringString
suffixThe string to check against.StringString
ends_withA boolean value indicating whether the input string ends with the specified suffix.BooleanBoolean

The node takes two string inputs: string and suffix. It outputs a boolean value indicating whether string ends with suffix.