I have the following String (This format for the string is generic)
abc_2012-10-18-05-37-23_prasad_hv_Complete
I want to extract only prasad_hv. How do i go about this?
This is not the only string i want to perform this operation on, so anything specific to this string (say, checking for 'prasad_hv') will not help.
I tried using split with _ as the delimiter, but it splits prasad and hv separately. Please help!
P.S. to generalize, the string would follow the format
string_<digit>-<digit>-<digit>-<digit>-<digit>-<digit>_<String with underscores>_<String>