Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-06-24 07:35
Flavor·PCRE2 (PHP)

/
^[1-9]{1}$|^[1-3]{1}[0-9]{1}$|^4{1}[0-5]{1}$
/
gm
Open regex in editor

Description

예시) 1 // ok 45 // ok 46 // no

Submitted by anonymous