import re string = 'abcdcdc'sub_string = 'cdc' count = len(re.findall('(?=%s)' % sub_string, string)) print(count)
Standard input is empty
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!