Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,000 community submitted regex patterns...
0
Filtro de insultos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Presidente BR
PCRE (PHP <7.3)
Identificando possíveis nomes do Presidente BR.
Submitted by
anonymous
-
5 years ago
0
Lenovo
PCRE (PHP <7.3)
https://www.lenovo.com/ru/ru/- #
Submitted by
anonymous
-
5 years ago
0
Version string matching
PCRE (PHP <7.3)
Separated Major, Minor, Fix, Build number
Submitted by
anonymous
-
5 years ago
0
SQL Index to migration call
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Donkey 3 PDP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Filtro de insultos 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Plugin Oracle Alienvault LOGINS default
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match mandatory groups in a row
Python
no description available
Submitted by
anonymous
-
5 years ago
0
For Splunk
PCRE (PHP <7.3)
Parses log data
Submitted by
anonymous
-
5 years ago
0
criteria condition 'xxxx_xxxx_xxxx'='xxxxxx'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ldap
PCRE (PHP <7.3)
^ - начинается [a-zA-Z]{2} - 2 симвона на латинице в любом регистре \d{6} - 6 цыфр [0-9a-zA-Z]{2,4} - от 2 до 4 символов на латинице или цыфр
Submitted by
anonymous
-
5 years ago
0
test
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
C# class to interface
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Jenkins: 1 - Dev
PCRE (PHP <7.3)
Filter of legacy and other projects built from DEV branch
Submitted by
anonymous
-
5 years ago
0
Jenkins: 2 - master
PCRE (PHP <7.3)
Filter of legacy and other projects built from MASTER branch
Submitted by
anonymous
-
5 years ago
0
Jenkins: 3 - Dev V2 Only
PCRE (PHP <7.3)
Filter of the latest projects based on SPB2 built from DEV branch
Submitted by
anonymous
-
5 years ago
0
Jenkins: 4 - Master V2 Only
PCRE (PHP <7.3)
Filter of the latest projects based on SPB2 built from MASTER branch
Submitted by
anonymous
-
5 years ago
0
Youtube GET video_id
PCRE (PHP <7.3)
Youtube GET video_id (with unit tests - feel free to add more tests)
Submitted by
anonymous
-
5 years ago
0
eMail-MailboxLocation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
659
660
661
662
663
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?<major>
\d
+
)
(?:
\.
(?<minor>
\d
+
)
)?
(?:
\.
(?<fix>
\d
+
)
)?
(?:
\.
(?<build>
\d
+
)
)?
/
gm
Open regex in editor
Description
Separated Major, Minor, Fix, Build number
Submitted by
anonymous
-
5 years ago