Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-07-28 07:22
Flavor·ECMAScript (JavaScript)

/
^(\s*\d+\s*\-\d+\s*,?|\s*\d+\s*,?)+$
/
gm
Open regex in editor

Description

Given an iput of page range by the user, validate if the input matches an acceptable format.

Submitted by Anwesh Gangula