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

Find ip and link full

0

Regular Expression
Golang

`
\s([a-zA-Z]+://)*(\b([a-zA-Z][\w-]*\.){1,3}[a-zA-Z0-9]+|(\b((2[0-4]\d|25[0-5]|1\d\d|0\d\d|0\d|\d\d|\d)\.){3}(2[0-4]\d|25[0-5]|1\d\d|0\d\d|0\d|\d\d|\d)\b))(:\d+)*([\\\!\"\#\$\%\&\'\(\)\*\+\-\/\:\;\<\=\>\?\@\[\]\^\`\{\|\}\~\.\w])*(\,.+\.[a-z]+)*
`
g

Description

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