Regular Expressions 101

Community Patterns

this regex correctly matches a ticket number

0

Regular Expression
PCRE (PHP <7.3)

Description

[T]\d{7}

e.g. Re: MESSAGE - OPEN: 12329/T1001246 fully formed https://regex101.com/r/pBsKGU/1

Submitted by anonymous - 7 years ago