$regexCheck

To check if a text match a regex or not

Usage

$regexCheck[Text;Regex;Flags]

Example (Check If Text is alphabets):

Member07/17/2024
!!exec $regexCheck[ABC;^[a-zA-Z]+$]

Custom Command Bot 07/17/2024
true

Example:

Member07/17/2024
!!exec $regexCheck[A2B;^[a-zA-Z]+$]

Custom Command Bot 07/17/2024
false