From ac61df7f2eac3e323a4d6444ae8a0df1443ab22b Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 27 Dec 2025 17:13:04 -0500 Subject: [PATCH] Forgot the non-greedy on the first one. --- .ttarpit.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ttarpit.json b/.ttarpit.json index 5d2c925..3ceaca7 100644 --- a/.ttarpit.json +++ b/.ttarpit.json @@ -10,7 +10,7 @@ } }, "Triggers": [ - "(?.*):(?[0-9]+):(?[0-9]+):\\s*(?.*):\\s*(?.*)", - "(?.*):(?[0-9]+):(?[0-9]+):\\s*(?.*)" + "(?.*?):(?[0-9]+):(?[0-9]+):\\s*(?.*):\\s*(?.*)", + "(?.*?):(?[0-9]+):(?[0-9]+):\\s*(?.*)" ] }