This website and apps are for sale. Only serious offers will be considered. Contact [email protected]
In Self you can just use the == operator,
"hello" == "hello";"hello" !="goodbye";var word = "hello";if (word == "hello") { ...
For the star variable is patterns use toString() first.
if (star.toString() == "hello") { ...