Advertisement
ExcaliburNUMNUM

Test w capture group

Oct 9th, 2021 (edited)
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. //Match G-ALERT ****************** -WORKS
  2. IFMATCHES(%CHATCLEAN%,".*Inspecting\sAlert\s([0-9]{4}).*",&galert,1);//Matches G-alert.
  3.     LOG(true, G-ALERT#:%&galert%);
  4.     //ECHO(/enter command here);
  5. ENDIF;
  6. //Match G-ALERT ****************** -WORKS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement