$regexCheck

To check if a text match a regex or not

Usage

$regexCheck[Text;Regex;Flags]

Example (Check If Text is alphabets):

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

Custom Command Bot 04/02/2024
true

Example:

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

Custom Command Bot 04/02/2024
false