signalsciences/ac

Create "Match" and "MatchString" to match regex package

Closed this issue · 0 comments

Current Match returns a list of indexes into the original dictionary. We'll change that name to something like FindAll and FindAllString in a different ticket

  • Match with return a bool if the input []byte has a match.
  • MatchString will return a bool if the input string has a match