Console
hyTags
Home
Home
Documentation
Documentation
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>
<div></div>
<string-new value="b"> <string-is-greater other="a"> <assert-true>
<string-new value="b"> <string-is-greater other="a"> <assert-true>
👆 Try to change something!
Live preview
Run
Array
Assert
Attribute
Bool
Class
Closure
Cookie
Data
Date
DateTime
Debug
Element
Error
Event
Form
Fragment
Function
If
Input
Items
Javascript
Loop
Number
Object
Page
Property
Rect
Request
Response
Selection
Storage
String
Style
Time
Url
Value
Var
Window
Quick Reference
Test succeeded
Test failed