Regular Expressions 101

Community Patterns

BITSDesk Ticket Matching

0

Regular Expression
PCRE (PHP <7.3)

/
(?: |:|#|\.)(\d?\d\d\d\d\d)(?: |\. |\, |\.$|$)
/
gm

Description

This matches TicketIDs on BITSDesk even with crap before and after them.

Submitted by anonymous - 6 years ago