I have a list of strings such as {“123 ABC”, “23 DB”, “12CD”,“ABC 321”,“RSH”,“CCT-123”},
I need to remove number from the string if the string starting with a number the output should be like {“ABC”, “DB”, “CD”,“ABC 321”,“RSH”,“CCT-123”},Please help to find the solution