From fa23c263f0513edfab1c416966540cc7efacd86e Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 9 Feb 2025 13:38:08 -0500 Subject: [PATCH] The \. is still important to escape the period, so it matches a literal period and not any character. --- 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