Hi Team,
I need to remove '/' from the end of the word. Please refer below and remove '/' which are coming in the end in the column Absent. and from column Present, please delete all 'st' if they come in the beginning for each slash.
I have updated result as well for both the column.
| Absent | Present | Result Absent | Result Present |
| a/w/r/////// | stsdf/stgrf/rsw/stred | a/w/r | sdf/grf/rsw/red |
| d/2////// | stsdf/stgrf/rsw/stred | d/2 | sdf/grf/rsw/red |
| 3/d/g///// | dsrst/sters/rests/stdre | 3/d/g | dsrst/sters/rests/dre |
| s/d// | | s/d | |
| r/d/d/ | | r/d/d | |
| rd/s///////////// | rd/s | |
| sd/d | | sd/d | |