package
0.0.0-20231111010258-d523b0c1975c
Repository: https://github.com/go-scaffold/go-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewPatternFilter returns a new instance of Filter configured with the specified regExp or an error if one of them is invalid.
NewPatternFilterFromInstance duplicates the filter, using the same pattern(s) and the specified inclusive flag.
Or returns a new Filter that merges the input ones, it performs a logical OR (if there is one that matches the value it will return true).

# Interfaces

Filter is an interface used to filter strings.