Regular Expressions 101

Community Patterns

Matching multiple words in any order in the same string

0

Regular Expression
PCRE (PHP <7.3)

/
(\d{6}\_\d{9})\=.*(gurlan,danu)
/
gmi

Description

Matching multiple words any order.

Submitted by anonymous - 6 years ago