28 April 2005 23:45
[Python-Dev] should sre.Scanner be exposed through re and documented?
(via)You create a Scanner instance with a list of re's and associated functions, then you use it to scan a string, returning a list of parts which match the given re's. (Actually the matches are run through the associated functions, and their output is what forms the returned list.)
1
(1 marks)