I am trying to extract info from a page with a lot of spaces in it, so pretty much I want to search for ANY letter and get its position, not just one letter. How can this be accomplished?
Edit: I want to search this website http://www.aviationweather.gov/static/adds/metars/stations.txt for a user inputted city, say Anchorage. The program would then search for anchorage. Then I want to grab the next four letters, but the way the txt is formatted the number of spaces between the city and the four letter code is different for each town.