Regular Expressions 101

Community Patterns

fetch name and other details

0

Regular Expression
PCRE (PHP <7.3)

/
customer name is ([\w\s]*?(?=(?:and|or|$)))?(?:(?:(?:and|or) customer id is )(\d*)|c)? ?(?:(?:(?:and|or) policy id is ([a-zA-Z0-9]*)))?
/
gm

Description

no description available

Submitted by anonymous - 5 years ago