v0.0.244
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 48s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 48s
This commit is contained in:
parent
0d16946aba
commit
2e2e15d4d2
@ -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"
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user