endWith endWith

Returns true if the second parameter is a suffix of the first one.

Category

String

Function syntax

endWith(<parameters>)

Parameters

Parameter
Type
string
string
suffix
string

Signature and returned type

endWith(<string>,<string>)

Returns a boolean.

Example

endWith("Hello World", "World")

Returns true.

endWith("Hello World", "Hello")

Returns false.

recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9