issue2636-18 : Code : Python

lp:~pythonregexp2.7/python/issue2636-18

Created by TimeHorse and last modified

This thread proposes to add a flag to the Regular Expression pattern which would have it evaluate each string in Reverse order, matching and searching each character from last to first. The user would activate this functionality by passing either the re.REVERSE or the re.R constant flags to the Regular Expression compiler or via the in-line Regular Expression code, '(?r)'. This item is based on the work from Issues 3835 and 516762.

Get this branch:
bzr branch lp:~pythonregexp2.7/python/issue2636-18

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

39039. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39038. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39037. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39036. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39035. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39034. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39033. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39032. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39031. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
39030. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)