Stedents Question

Tony K tk at start.com.au
Fri Mar 1 18:45:48 EST 2002


The question below is a tutorial question that stumps me.  Any suggestions
would be appreciated.
Tony

Write a Python function findABBC which takes a single string as parameter
and returns all substrings thereof which match the regexp pattern ab+c. You
are NOT allowed to use the re module.





More information about the Python-list mailing list