From: Intransition Date: 2010-04-14T01:58:30+09:00 Subject: Re: How to find multiple matches in a string On Apr 13, 12:51 pm, Alex DeCaria wrote: > I know how to use regular expressions to find the first match of a > pattern in a string.  But, how do I most easily find multiple matches? > For example, if the string is > > s = 'abcde_abcde_abcde' > > and I want to find the location of ALL the 'b' characters, how do I do > it? Try #scan