Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-05-19 12:19
Flavor·Python

r"
^([1-3]?[0-9]{1}[0]{2}|4[0-3]{1}[0]{2})$
"
gm
Open regex in editor

Description

match 100, 200, 300 upto 4300

Submitted by anonymous