php regular express
Posted
by kelly
on Stack Overflow
See other posts from Stack Overflow
or by kelly
Published on 2010-04-23T18:41:25Z
Indexed on
2010/04/23
18:43 UTC
Read the original article
Hit count: 416
php
I have one string format like {blah\blah{\blah\blah...{\bl....}}}{blah...}blah... How can I get the content to the array in the first level, like array( "{blah\blah{\blah\blah...{\bl....}}}", "{blah...}").
Thanks in advance.
© Stack Overflow or respective owner