Thursday 15 April 2004 8:26:23 am
Is there a way to get the location of a substing (or use strpoS()?) I have a string - let's say it's "abc xx xyz xx" and I want to extract everything between the xx's - in this case, "xyz". It seems that extract() will do it, but I can't find a way to figure out the location of the xx's. Thanks.
|