Documentation ¶
Index ¶
- Constants
- type Match
- func (e Match) Find(s []byte) (matches [10][]byte, pos int, ok bool)
- func (e Match) FindLongest(s []byte) (matches [10][]byte, pos int, ok bool)
- func (e Match) FindLongestString(r string) (matches [10]string, pos int, ok bool)
- func (e Match) FindString(r string) (matches [10]string, pos int, ok bool)
Constants ¶
View Source
const MatchRegexp = "" /* 247-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Match ¶
type Match struct{}
Match implements the regular expression "(?:(agggtaaa|tttaccct)|([cgt]gggtaaa|tttaccc[acg])|(a[act]ggtaaa|tttacc[agt]t)|(ag[act]gtaaa|tttac[agt]ct)|(agg[act]taaa|ttta[agt]cct)|(aggg[acg]aaa|ttt[cgt]ccct)|(agggt[cgt]aa|tt[acg]accct)|(agggta[cgt]a|t[acg]taccct)|(agggtaa[cgt]|[acg]ttaccct))" with flags 212.
func (Match) FindLongest ¶
FindLongest returns the leftmost-longest match.
func (Match) FindLongestString ¶
FindLongestString returns the leftmost-longest match.
Click to show internal directories.
Click to hide internal directories.