Regular Expressions 101

Community Patterns

10

UUID

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 9 years ago

How to document a regex? Example 1

1

Regular Expression
PCRE (PHP <7.3)

/
(\/+[^\/\[\]]+(?:\[[^\]']*(?:'[^']*')\])?)+
/

Description

Loading markdown...
Submitted by Thomas - 9 years ago