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
8fe209f2-717b-4d36-904c-71a9532007af