Regular Expressions 101

Community Patterns

1

logical operators

Python
no description available
Submitted by Nicolas - 8 years ago
1

แปลง pdf

Python
no description available
Submitted by anonymous - 8 years ago
1

test

Python
no description available
Submitted by anonymous - 8 years ago

Username Validation

1

Regular Expression
Python

r"
^(?=.{4,32}$)(?![_.-])(?!.*[_.]{2})[a-zA-Z0-9._-]+(?<![_.])$
"

Description

Loading markdown...
Submitted by Rajesh Jayaswal - 8 years ago