From: Tim Pease Date: 2007-08-01T07:52:33+09:00 Subject: Re: find search word within a string On 7/31/07, M. R. wrote: > Hi @ all > > I would like to search in a string a user-defined word and I want to > find out, how many times its appear in the string. Can anyone help me? > String#scan Please read the documentation for details. Blessings, TwP