Regular Expressions 101

Community Patterns

Minecraft Log Matcher

0

Regular Expression
ECMAScript (JavaScript)

/
\[(\d{2}:\d{2}:\d{2})\] \[([^\/]+)\/(\w+)\]: (.+$)
/
gm

Description

Matches the pieces of minecraft log output

Submitted by anonymous - 3 years ago