I have few column names from which I need to get middle string. For example;
From this list
"RHC3934__Bcell__.7DEA7B","RHC3944__Bcell__.7DEA7B", "RHC3962__Tcell__.C6E879", "RHC4003__Bcell__.7DEA7B", "RHC4005__Bcell__.7DEA7B", "RHC4007__Bcell__.7DEA7B"
I need to get "Bcell" for each of the element.
Any help to solve this is appreciated.