|
Help to extract the content in this string
Hi All,
I have a string in the following format:
"kf skjgsdjgngnsd sdgsd
ksjgbksjgb kjsbgsjdgb
dfhdh
sjgsjg j jsbekgjsbdkgj".
In this format i want to extract the contents which is in between the two empty lines: i.e, i want to extract the following
"ksjgbksjgb kjsbgsjdgb
dfhdh ".
Please help me in this. Thanks in advance.
Regards,
Bala
|