Regular Expressions 101

Community Patterns

Community Library Entry

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 - 2 years ago (Last modified 2 years ago)