Custom Command
FunctionsText Functions

$stringStartsWith

Determines whether given message starts by another message or not

Usage

$stringStartsWith[message;text]

Example:

!!exec $stringStartsWith[Hello World;Hello]

true

Example:

!!exec $stringStartsWith[Hello World;Hate]

false

On this page