Regular Expressions 101

Sponsors

Library entries

1
python

BTPAPP

Filter search for candidate
Submitted by anonymous - 6 years ago
1
python

lines with 2 consecutive chars

no description available
Submitted by anonymous - 6 years ago
1
pcre

Turkish Plate Regex

Turkish Car Plate Regex. Working.
Submitted by srkn - 6 years ago
1
python

Any word

no description available
Submitted by anonymous - 6 years ago
1
python

Https

no description available
Submitted by anonymous - 6 years ago
1
python

test

learning regex in python
Submitted by anonymous - 6 years ago
1
python

Chord scanning

no description available
Submitted by anonymous - 6 years ago
1
python

#define

no description available
Submitted by anonymous - 6 years ago

numbers between 200 and 3000

Vote

1

Regular Expression
pcre

/
(^[2-9][0-9]{2}$)|(^[1-2][0-9]{3}$)
/
gm

Description

Loading markdown...
Submitted by Bino - 7 years ago