Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-06-19 06:49
Flavor·PCRE2 (PHP)

/
[0-9]{1,5}
/
mg
Open regex in editor

Description

Check simple codes between 1 and 5 numbers: 281, 81992, 18, 829a7, 8299192

Submitted by Stormyz