package
0.0.0-20230405042253-4b529967f1ff
Repository: https://github.com/gofika/util.git
Documentation: pkg.go.dev

# Functions

IsMatch return true if match for pattern.
Match return first submatch return "" if match error or not match Example: Match(`Foo(.+$)`, "Foobar") // return "bar", true.