hyTags
HomeHome DocumentationDocumentation

string-is-greater

Checks if one string is lexicographically greater than another.
Parameter
Type
Description
self
String
First string to compare
other
String
Second string to compare
return
bool
True if first string is greater than second, false otherwise
Test Case:b is greater than a
    <div></div>
    
    <string-new value="b">
    <string-is-greater other="a">
    <assert-true>
    
    👆 Try to change something!
  • Test succeeded Test failed