summaryrefslogtreecommitdiff
path: root/src/pkg/regexp/all_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-08-11make a simpler regexp implementation with fewer dependencies and put it insid...Rob Pike1-14/+14
2009-08-09Add methods AllMatches, AllMatchesString, AllMatchesIter,Stephen Ma1-0/+99
2009-08-05support []byte (more efficient) as well as string in the interfaces.Rob Pike1-5/+57
2009-08-05special case: recognize '[^\n]' and make it as fast as '.'Rob Pike1-0/+2
2009-06-18Add a ReplaceAll method to Regexp.Steve Newman1-0/+122
2009-06-09mv src/lib to src/pkgRob Pike1-0/+235