From: Andrea Dallera Date: 2010-04-14T02:32:53+09:00 Subject: Re: How to find multiple matches in a string Nope, tried it. -- Andrea Dallera http://github.com/bolthar/freightrain http://usingimho.wordpress.com On Wed, 2010-04-14 at 02:27 +0900, Caleb Clausen wrote: > s = 'abcde_abcde_abcde' > i=0 > while i=s.index('b',i) > do_something_with i > end