Java split regular expression

Posted by Danny King on Stack Overflow See other posts from Stack Overflow or by Danny King
Published on 2010-04-17T22:39:46Z Indexed on 2010/04/17 22:43 UTC
Read the original article Hit count: 267

Filed under:
|

Hi all,

If I have a string, e.g.

setting=value

How can I remove the '=' and turn that into two separate strings containing 'setting' and 'value' respectively?

Thanks very much!

© Stack Overflow or respective owner

Related posts about java

Related posts about regex