$stringStartsWith

Determines whether given message starts by another message or not

Usage

$stringStartsWith[message;text]

Example:

Member01/03/2025
!!exec $stringStartsWith[Hello World;Hello]

Custom Command Bot 01/03/2025
true

Example:

Member01/03/2025
!!exec $stringStartsWith[Hello World;Hate]

Custom Command Bot 01/03/2025
false