zeusdeux / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add findall() #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please, add something like python's re.findall():

Return all non-overlapping matches of pattern in string, as a list of strings.

Original issue reported on code.google.com by davide.s...@gmail.com on 30 Mar 2010 at 2:59

GoogleCodeExporter commented 9 years ago
It's already there: FindAndConsume.  See 
http://code.google.com/p/re2/source/browse/re2/re2.h#113

Original comment by rsc@swtch.com on 16 Jul 2010 at 4:56