i have a string something like this <docid>=docid@GetDoc <docid>=docid@GetDoc <docid>=docid@GetDoc <.....>=...@.... <......>=...@.... what i want to do is that i need to get the values after the "=" sign and store it in a array how can i do this someone pls help with a snippet.
SCJP, SCWD <br />A farmer learns more from a bad harvest than a good one.
Hello Vivek, Let's make this easier (for me) and share the conversation with the world. What code have you come up with to try and parse the data for the information you want?
Thomas SMETS mentioned a useful site on regular expressions in Java over in the Performance forum that might prove useful for you. They provide a regex package for free download and a decent looking tutorial on how to use it. Of course, Java 1.4 now has a regex package built in, but I haven't found a basic tutorial on how to use it yet. Good Luck.