Regular Expressions 101

Community Patterns

0

Bematech regex

PCRE2 (PHP >=7.3)
https://///
Submitted by anonymous - 3 months ago
0

RegEx

PCRE2 (PHP >=7.3)
Examples
Submitted by anonymous - 4 months ago
0

Age

PCRE2 (PHP >=7.3)
Match "I'm ##" or "I am ##"
Submitted by Matt - 4 months ago
0

outletId

PCRE2 (PHP >=7.3)
test outlet id
Submitted by Ankit - 4 months ago

Checks for PHP classes with namespaces that haven't been imported.

0

Regular Expression
Golang

`
(?:implements|new|@var|extends)\s*(?P<fullNamespace>\\[A-Za-z]+|[A-Za-z]+?(?:\\(?P<class>[A-Za-z]+))+)
`
g

Description

Loading markdown...
Submitted by anonymous - 6 years ago