Regex match before string comes up
问题 So i have this file of 10,000+ lines of messages from a game server, like so: 11.07.23 08:40:16 [INFO] NC: Moving violation: wolfman98 from yasmp (-90.8, 64.0, 167.5) to (-90.7, 64.0, 167.3) distance (0.0, 0.0, 0.2) 11.07.23 10:57:44 [INFO] NC: Moving violation: AKxiZeroDark from yasmp (-1228.3, 11.2, 1098.7) to (-1228.3, 11.2, 1098.7) distance (0.0, 0.0, 0.0) The current regex code i have is: \d{1,4}\.\d{1} , which matches so far everything in bold: 11.07.23 08:40:16 [INFO] NC: Moving