On Jan 25, 11:16 am, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
> {!()...} or (!...) # Non Capturing. Yuck: on second thought, i don't like {!()...}, mainly because non- capturing groups should use the parenthesis delimiters to keep the API consistent. Try this instead --> (!:...) > {NG=identifier...} # Named Group Capture > {NG.name} # Named Group Reference ...should be {NG.identifier}. I am also feeling like named group syntax could be more simplistic without sacrificing readability. {=identifier...} # Named Group Capture {.identifier} # Named Group Reference -- http://mail.python.org/mailman/listinfo/python-list