Add <[string1] contains [string2]?:: operators>

that does kind of work, but it's case sensitive, so

[scratchblocks]
<[hello] contains [H]?>
[/scratchblocks]
would return false, which we want it to return true

Just use .toLowerCase() to both and ur good with in-- case sensitivity

yeah, that's literally what I came up with (I just checked)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.