Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?!\s)(?:(?<![\d\w.\/])(?:(?:[\w\d,]+\/(?!\.)[\d\.]+\+?(?<!\.))|(?:\((?:[\d\w\s\.\/-](?:;\s)?)+\))|(?:))\s?)+(?<!\s)$
/
gm

Description

Validate only / non-capturing

Submitted by razor velvet - a year ago