Regular Expressions 101

Community Patterns

Match ServiceNow Incident and Problem Numbers

0

Regular Expression
ECMAScript (JavaScript)

/
(INC|PRB)\d{7}
/
gm

Description

no description available

Submitted by Aidan Cooper - 3 years ago