[Python-ideas] An iterable version of find/index for strings?

Steven D'Aprano steve at pearwood.info
Tue Apr 9 02:20:43 CEST 2013


On 09/04/13 04:14, Antoine Pitrou wrote:

> If iterfind() / finditer() is awkward, let's call it findall(): other
> search methods just return the first match.

+1 on the name and the method.


-- 
Steven



More information about the Python-ideas mailing list