Houdini 21.0 Nodes APEX nodes

string::EndsWith

Determines if a string ends with a specific string.

On this page
Since 21.0

Returns True if string has endswith as a suffix.

Inputs

string: String

String to search.

endswith: String

Suffix to look for at the end of string.

Outputs

result: Bool

Returns True if string has endswith as a suffix.

See also

APEX nodes