Regular Expressions 101

Community Patterns

1...56789...284

for checking code number 1111/111111111

-1

Regular Expression
Python

r"
(([0-9]){1,4})((\/))([0-9]){1,10}
"

Description

no description available

Submitted by dejv - 10 years ago