String parsing with regular expressions

Posted by ed1t on Stack Overflow See other posts from Stack Overflow or by ed1t
Published on 2010-05-11T18:41:44Z Indexed on 2010/05/11 18:54 UTC
Read the original article Hit count: 185

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)

© Stack Overflow or respective owner

Related posts about java

Related posts about regex