summaryrefslogtreecommitdiff
path: root/src/pkg/regexp/regexp.go
AgeCommit message (Expand)AuthorFilesLines
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-2/+0
2009-08-09Add methods AllMatches, AllMatchesString, AllMatchesIter,Stephen Ma1-0/+119
2009-08-05support []byte (more efficient) as well as string in the interfaces.Rob Pike1-19/+122
2009-08-05special case: recognize '[^\n]' and make it as fast as '.'Rob Pike1-2/+22
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-1/+2
2009-06-18Add a ReplaceAll method to Regexp.Steve Newman1-1/+66
2009-06-09mv src/lib to src/pkgRob Pike1-0/+764