how to find words consisting of both letters and numerals values of a different length in a string
d = ["his car number is ka99ap9999", "bike that met with accident is kl8ar888"]
I want to take words consisting of both letters and numerals values from d.
and output to be like this
ka99ap9999, kl8ar888
If answer is already available, please provide me the link, Thanks