Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-11-13 01:04
Flavor·ECMAScript (JavaScript)

/
^(\d+?)(?:\-(\d+?))?$
/
g
Open regex in editor

Description

Allows a whole number (25) or range (25-30) with no whitespace.

See below for whitespace and decimals: https://regex101.com/library/fT2hY3

Submitted by anonymous