MC
At 07:22 PM 10/18/2005, you wrote:
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
[EMAIL PROTECTED] - [EMAIL PROTECTED]
http://bighead.net/ - http://eventpix.com/
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">

