Regular Expressions 101

Community Patterns

In a pipe separed list of values check for a concrete one

0

Regular Expression
PCRE (PHP <7.3)

/
(^1\|.*)|(.*\|1\|.*)|(.*\|1$)
/
mg

Description

no description available

Submitted by furbypaloma - 10 years ago