Advertisement
ExcaliburNUMNUM

Match a Word Simple

Oct 9th, 2021
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. //Match a Word simple ****************** -WORKS
  2. IFMATCHES(%CHATCLEAN%,"^\<[*]*[A-Za-z0-9_]{2,16}\>.*(?:apple).*$");//Matches apple NOT case sensitive.
  3.     LOG(true);
  4.     //ECHO(/enter command here);
  5. ENDIF;
  6. //Match a Word simple****************** -WORKS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement