From 2e2e15d4d2c8ea45949ce63bd024e6a1572f389e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Fri, 18 Aug 2023 13:27:02 +0200 Subject: [PATCH] v0.0.244 --- goextVersion.go | 4 ++-- rext/wrapper.go | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/goextVersion.go b/goextVersion.go index 8d55155..1b45837 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.243" +const GoextVersion = "0.0.244" -const GoextVersionTimestamp = "2023-08-18T13:25:18+0200" +const GoextVersionTimestamp = "2023-08-18T13:27:02+0200" diff --git a/rext/wrapper.go b/rext/wrapper.go index 2d4fae6..e6b1356 100644 --- a/rext/wrapper.go +++ b/rext/wrapper.go @@ -13,6 +13,7 @@ type Regex interface { ReplaceAllFunc(haystack string, repl func(string) string) string RemoveAll(haystack string) string GroupCount() int + String() string } type regexWrapper struct {