rattan at cps.cmich.edu wrote: > if I start replacing regex by re I get stuck at replacement of > regex.symcomp() and regex.pattern() Groups identified by names are part of the standard regular expression syntax: regex.symcomp ('\(<id>[a-z][a-z0-9]*\)') becomes re.compile ('(?Pid[a-z][a-z0-9]*)') I get AttributeError for both regex.pattern and regex.compile ('abc').pattern. re compiled regular expression have a pattern attribute, this was named givenpat and realpat in the regex module. Daniel
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4