//
pkg.gl
Category
github.com/gofika/util
regexputil
package
0.0.0-20230405042253-4b529967f1ff
Repository:
https://github.com/gofika/util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
21 SLOC
#
Functions
IsMatch
IsMatch return true if match for pattern.
Match
Match return first submatch return "" if match error or not match Example: Match(`Foo(.+$)`, "Foobar") // return "bar", true.