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,040 community submitted regex patterns...
0
Gene ID from GTF Attributes
PCRE2 (PHP >=7.3)
As the title says, duh...
Submitted by
anonymous
-
2 years ago
0
Roman numerals check
Python
It is used to check if the roman number is valid
Submitted by
JNg
-
2 years ago
0
Bespoke NGINX Log Parse
Python
Splits NGINX logs into named groups
Submitted by
Simon
-
2 years ago
0
All versions prior to 3.1.17
PCRE2 (PHP >=7.3)
Should show all semantic versions up to but not including 3.1.17
Submitted by
anonymous
-
2 years ago
0
match the id of linkedin url
PCRE2 (PHP >=7.3)
match the id of LinkedIn URL
Submitted by
goldentwon
-
2 years ago
0
Lietuviškas tekstas
Python
Išrinkite visus žodžius, kurie yra iš visų didžiųjų raidžių (PVM, SWIFT, HABALT22)
Submitted by
anonymous
-
2 years ago
0
Lietuviškas tekstas
Python
Šis šablonas parenka visas žodžių raides, kurios prasideda viena didžiąja raide, turi bent vieną didžiąją raidę ar skaičių, bet gali turėti daugiau mažųjų raidžių ar skaičių, ir gali būti atskirtos tarpo simboliu.
Submitted by
anonymous
-
2 years ago
0
Headers
PCRE2 (PHP >=7.3)
Headers
Submitted by
anonymous
-
2 years ago
0
Išrinkite visus žodžius, prasidedančius viena didžiąja raide.
PCRE2 (PHP >=7.3)
Buveinės adresas: Konstitucijos pr. 20A, 03502 Vilnius Telefonai: 1884 arba +370 5 268 4444 (Privatiems klientams) 1633 arba +370 5 268 4422 (Verslo klientams) Faksas: (8 5) 258 2700 El. paštas: info@swedbank.lt...
Submitted by
anonymous
-
2 years ago
1
Email finder
Java 8
Matches with the valid email addresses.
Submitted by
anonymous
-
2 years ago
0
Example 1
PCRE2 (PHP >=7.3)
Example
Submitted by
anonymous
-
2 years ago
1
Finnish SSN (2023 update)
ECMAScript (JavaScript)
Finnish SSN that supports the new intermediate characters that were added on 1.1.2023. Source for the new intermediate characters: https://dvv.fi/hetu-uudistus (in Finnish) https://dvv.fi/en/reform-of-personal-identity-code (in English)
Submitted by
mpeltola
-
2 years ago
0
Force email address
ECMAScript (JavaScript)
Force email address
Submitted by
anonymous
-
2 years ago
0
pxc plcnext
Golang
plcnext version strings
Submitted by
anonymous
-
2 years ago
0
10.*.*.X IP Adress
Python
An expression to match 10.\.\.X IP Addresses. Examples 10.10.10.2 10.0.0.5...
Submitted by
meowmeow
-
2 years ago
0
NRAudit Description
PCRE2 (PHP >=7.3)
Pulls out action verbs, emails and usertypes
Submitted by
anonymous
-
2 years ago
0
selecting only the text after the final hyphen in a string
PCRE2 (PHP >=7.3)
selecting only the text after the final hyphen in a string
Submitted by
Dave Curtis
-
2 years ago
0
Other segment
Java 8
Other segments
Submitted by
Lufram
-
2 years ago
0
Take segments to string
Java 8
Take segments to string
Submitted by
Lufram
-
2 years ago
1
Regex Card Name - Custom
.NET 7.0 (C#)
custom validation for card name with custom validation. only allow these characters Alphanumeric (A-Z a-z0-9) Special Characters (#&+()/)
Submitted by
anonymous
-
2 years ago
1
...
67
68
69
70
71
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?:
[
a
-
zA
-
Zа
-
яА
-
Я
]
+
?
:
\/\/
)?
(?:
www
\.
)?
(?:
(?:
\w
{1,}
)
\.
){1,127}
(?:
\w
{2,9}
)
(?:
[
\w
.,@?^=%&:
\/
~+#-
]
+
)?
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago