v0.0.244
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 48s

This commit is contained in:
2023-08-18 13:27:02 +02:00
parent 0d16946aba
commit 2e2e15d4d2
2 changed files with 3 additions and 2 deletions

View File

@@ -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 {