Regular Expressions 101

Community Patterns

group_path

0

Regular Expression
Python

r"
(^([a-z][a-z_]*)(/([A-Z][a-z_]*)){,1}$)|(^[A-Z][a-z_]*$)
"
mg

Description

In my small application we you can give groups matching this expression

Submitted by shoneg - a year ago (Last modified a year ago)