[Tutor] finding a number with str.find

Benjamin Fishbein bfishbein79 at gmail.com
Mon Oct 8 18:33:50 CEST 2012


Is there a way to find the next character that is a digit (0-9) in a string? It seems that the str.find method can only find one particular character, rather than any character from among many.


More information about the Tutor mailing list