Hi Team,
I have the following data-set, I would like to extract only string from the data,
both the columns should be filtered at same time using Formula or regex tool
Input:
| Team1 | Team2 |
| India (1, 1-0) | Sri Lanka (3,1-0) |
| Bangladesh (2,1-0) | Bhutan (4,4-0) |
| Nepal (1,2-0) | |
| Output | |
| Team1 | Team2 |
| India | Sri Lanka |
| Bangladesh | Bhutan |
| Nepal | |