Re: regex.e find_all -- another problem

new topic     » goto parent     » topic index » view thread      » older message » newer message

The documentation is bad. The intention of find_all is to find all occurrences of a unique regular expression matches. Now a single "match" is described as a sequence of pairs. The first pair is for the entire match and the following pairs are for the sub-patterns groups if any. The output of find_all should be a sequence of sequences of integer-pairs.

Shawn Pringle

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu