User Tools

Site Tools


xrpl:endswith

This is an old revision of the document!


EndsWith

ArgumentsResultNotation
string string bool [string string- bool]

Description

Takes two strings from the stack and returns whether the first string ends with the second (case sensitive)

Examples

if (EndsWith("Hello there" "there")) 
    Trace("I went there") 
endif 
xrpl/endswith.1551650243.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)