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 {