From: Fraser Dickson on
Hi i have a large string with around 5000 characters is there a way that i can find a particular word in this this string and tell me its position within the string

Thanks
From: Sean on
"Fraser Dickson" <fraser.dickson(a)gmail.com> wrote in message <i2v074$b72$1(a)fred.mathworks.com>...
> Hi i have a large string with around 5000 characters is there a way that i can find a particular word in this this string and tell me its position within the string
>
> Thanks

strfind('lots of words! Look another word','word')
From: Walter Roberson on
Fraser Dickson wrote:
> Hi i have a large string with around 5000 characters is there a way
> that i can find a particular word in this this string and tell me its
> position within the string

strfind()