reg := NewRegexGo("a*b") //Create new regex pattern
result := reg.CheckIsMatch("aaaab") // return boolean type to check the string is match the pattern or notnoahnut/RegexGo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
reg := NewRegexGo("a*b") //Create new regex pattern
result := reg.CheckIsMatch("aaaab") // return boolean type to check the string is match the pattern or not