From 59240192dc4182931e6598bcb2346087bfab9a2b Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 9 Feb 2025 16:44:37 -0500 Subject: [PATCH] fix(regex): match literal `.` rather than any character (#30) --- regex_patterns/7.1 Surround.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex_patterns/7.1 Surround.yml b/regex_patterns/7.1 Surround.yml index aa6794e..ba94ff6 100644 --- a/regex_patterns/7.1 Surround.yml +++ b/regex_patterns/7.1 Surround.yml @@ -1,5 +1,5 @@ name: 7.1 Surround -pattern: '7.1' +pattern: '7\.1' description: '' tags: - Audio