Possible Duplicate:
string split in java
I have this Key - Value , and I want to have them separated and have them like this
String a = "Key"
String b = "Value"
so whats the easiest way to do it ?
I have this
so whats the easiest way to do it ? |
|||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
The |
||||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
As a little bit longer alternative:
|
|||
|
|
|
I like using StringUtils.substringBefore and StringUtils.substringAfter from the belowed Jakarta Commons Lang library. |
|||
|
|
|
something like
|
||||