Counting how many chars equal to a given char are in the beginning of a string

Stormbringer andreif at mail.dntis.ro
Mon Dec 22 15:04:21 EST 2003


Hi,

Given a string s and a char c, is there a short & elegant way to
determine how many consecutive occurences of c are in the beginning of
s ?

For example if s = ">>>>message1" and c = ">" then the number I am
looking for is 4 (the string begins with 4 '>').

Thanks,
Andrei




More information about the Python-list mailing list