Hello,
I have a
String with following content,
I need to parse the String and result of it should look like the following,
Output
LANGUAGE
L
system_preferences
HiddenWords2
Unauthorized reproduction or distribution of this program, or any portion of it,
eSOMS 'warning' line 2
null
9
Unauthorized reproduction or distribution of this program, or any portion of it,
The problem in this splitting the String is I am not able to find a proper delimiter in the String.
Each of the String in between single quotes ('') and seprated by comma (,) can inturn have these characters in it.
NOTE: This is an extract if an .sql file.
Please help.
Thanks,
Manju Krishna