Regular Expressions 101

Community Patterns

RegEx match for WIFI DFS ADJUST

0

Regular Expression
ECMAScript (JavaScript)

/
^(([0-9]([ ]|$)|([1-5][0-9]([ ]|$))|(6[0-3]([ ]|$))){1,4})$
/
gm

Description

Pattern of 1 - 4 numbers in the range 0-63

Submitted by anonymous - 6 years ago