User Tools

Site Tools


xrpl:startswith

This is an old revision of the document!


StartsWith

ArgumentsResultNotation
string string bool [string string- bool]

Description

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

Examples

if (StartsWith("Hello there" "Hello")) 
    Trace("I opened with hello") 
endif 
xrpl/startswith.1551661719.txt.gz · Last modified: 2025/02/14 14:56 (external edit)