Oops forgot the type:

<@regex expr="(\[\[)(.+)(\]\])" str="This is a very long string and I have placed [[This is the string I want to get]] within the long string" type=E>

The result array will look like this:



There are other ways to do this, REGEX is a compiled library, and will always be VERY fast, and its is a very valuable tool. 

-- 

Robert Garcia
President - BigHead Technology
VP Application Development - eventpix.com
13653 West Park Dr
Magalia, Ca 95954
ph: 530.645.4040 x222 fax: 530.645.4040

On Oct 18, 2005, at 7:15 PM, Robert Garcia wrote:

<@regex expr="(\[\[)(.+)(\]\])" str="This is a very long string and I have placed [[This is the string I want to get]] within the long string">


Reply via email to