hyTags
HomeHome DocumentationDocumentation

string-is-less

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