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
b22c9c5d-9208-48f4-b874-1cefb8df4d76