| python Programming Glossary: matchlenDetect whether sequence is a multiple of a subsequence in Python http://stackoverflow.com/questions/15332148/detect-whether-sequence-is-a-multiple-of-a-subsequence-in-python  shift shifts pos 1 shift # do the actual search startPos 0 matchLen 0 for c in text while matchLen len pattern or  matchLen 0 and.. actual search startPos 0 matchLen 0 for c in text while matchLen len pattern or  matchLen 0 and pattern matchLen c startPos shifts.. 0 matchLen 0 for c in text while matchLen len pattern or  matchLen 0 and pattern matchLen c startPos shifts matchLen matchLen shifts.. 
 |