Regular Expressions 101

Community Patterns

0

ipv4

PCRE2 (PHP >=7.3)
Find ipv4 addresses
Submitted by anon - a year ago
0

test

PCRE2 (PHP >=7.3)
test
Submitted by test - a year ago
0

regex_commercial_activities

PCRE2 (PHP >=7.3)
guifro
Submitted by guifro - a year ago
0

Test Function Block

PCRE2 (PHP >=7.3)
Test
Submitted by anonymous - a year ago
0

Pan Number

PCRE2 (PHP >=7.3)
Pan Number
Submitted by anonymous - a year ago
0

GSTN

PCRE2 (PHP >=7.3)
Goods & Service Tax Numebr
Submitted by anonymous - a year ago

Email Finder

1

Regular Expression
ECMAScript (JavaScript)

/
((([a-zA-Z]|[0-9])|([-]|[_]|[.]))+[@](([a-zA-Z0-9])|([-])){2,63}[.](([a-zA-Z0-9]){2,63})[.](([a-zA-Z0-9]){2,63}))|((([a-zA-Z]|[0-9])|([-]|[_]|[.]))+[@](([a-zA-Z0-9])|([-])){2,63}[.](([a-zA-Z0-9]){2,63}))
/
gi

Description

Loading markdown...
Submitted by Oliver - 7 years ago