Hi,
I need a regex (may be together with a php function) to retrieve
information within '[' and ']' in a line of text. Here is an example:
hello world, example [demo|123] line with some [$55] yesys [no].
I need to retrieve all the three pieces of text enclosed in [] pairs.
Thanks in advance!
Alex Shi
--
=============== =============== =============== =====
Cell Phone Batteries at 30-50%+ off retail prices!
=============== =============== =============== =====
I need a regex (may be together with a php function) to retrieve
information within '[' and ']' in a line of text. Here is an example:
hello world, example [demo|123] line with some [$55] yesys [no].
I need to retrieve all the three pieces of text enclosed in [] pairs.
Thanks in advance!
Alex Shi
--
=============== =============== =============== =====
Cell Phone Batteries at 30-50%+ off retail prices!
=============== =============== =============== =====
Comment