i

Python Programming

Grouping with Parentheses

Example & Description

\D\d+

Grouped: + repeats \D\d pair

([Pp]ython(, )?)+

Back-references

Example & Description

([Pp])ython&\1ails