Lets say i have the following array:
['1', '1/2', 'fresh', 'tomatoes']
how can i get the index of the first item, that beginns with a letter, in this case "fresh"?
Please note that it should work with every letter, not just with a specific one.
Thanks.