Guest User

Untitled

a guest
Nov 24th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Regex:
  2. PLAYER_CHAT (time:\d+) player:(\d) target:"(.*?)" msg:"(.+)"
  3.  
  4. sample:
  5. PLAYER_CHAT time:14550 player:9 target:"team" msg:"rwary"
  6. PLAYER_CHAT player:5 target:"team" msg:"CRUSHED?"
  7. PLAYER_CHAT player:5 target:"team" msg:"DAM"
  8. PLAYER_CHAT player:9 target:"team" msg:"nooo"
  9. PLAYER_CHAT player:9 target:"team" msg:"what u doooing"
  10. PLAYER_CHAT player:9 target:"team" msg:"i need roam heroooo"
  11.  
  12. Expected:
  13.  
  14. Catch the number after player:, catch the text between " " after target: and catch the text between " " after msg:
Add Comment
Please, Sign In to add comment