I have a following string that I would like to parse into either a List or a String[].
(Test)(Testing (Value))
End result should be Test and Testing (Value)
|
|
If I understood correctly that you need
and masked version of it ready for java string:
|
|||||||||||||
|
|
Please read this section of php manual. It tells you about recursive patterns, which can be used to match nested things, and about the related problems. Google it for more information. |
|||||
|
|
This question is really vague, but under one reasonable interpretation, this is the solution that can take care of arbitrary nesting depth in a certain format:
Basically you want to See also |
|||
|
|