Documentation ¶
Index ¶
Constants ¶
View Source
const MatchRegexp = "(?m)^>(.*)$"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Match ¶
type Match struct{}
Match implements the regular expression "(?m)^>(.*)$" 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.