Message-ID: <!&!AAAAAAAAAAAYAAAAAAAAAAiqk/5CNPFFq17hx4jN18vCgAAAEAAAAINouxDHw1BCtOBv1wpYVw4BAAAAAA==@netcabo.pt>
Date: 2008-09-18T08:51:04Z
From: Paulo Cardoso
Subject: character position
Hi,
I'm not being able to capture a position of a 'string' in a character
string.
In this example: 'There are 20 species in this grid'
I would like to capture the string (number) after 'are' and before
'species'. Consider they do not change. I wouldn't like to use substr
because stop position may change.
Thanks
Paulo