Aside from the usual manipulations about working with tables, if you have a cell array of strings then
new_cell_string = regexprep(old_cell_string, {'pr\.', 'Tv_', '_slot.*'}, {'', '', ''});
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!