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 2,540 community submitted regex patterns...
0
structs c
Python
test struct c regex
Submitted by
anonymous
-
3 years ago
0
Lua Comment RegEx
Java 8
matches lua comments
Submitted by
Fiereu
-
3 years ago
0
Password Validation
Python
8 char 1 special char 1 number char 1 lower char 1 upper char
Submitted by
you
-
3 years ago
(Last modified 3 years ago)
0
Barcodes
Python
Matching barcodes
Submitted by
Moses
-
3 years ago
0
Media files
Python
Matching majority of media files
Submitted by
Moses
-
3 years ago
0
acepta solo consonantes pero solo va en java
Java 8
select consonants but only do work in java ...
Submitted by
anonymous
-
3 years ago
0
fdsf
Java 8
sdf
Submitted by
anonymous
-
3 years ago
0
id card
Java 8
打断点
Submitted by
anonymous
-
3 years ago
0
Function parameter selection
Java 8
Allows to select multiple type of parameters for them to be handled differently. The regex can get strings ( "example string" ), variable name of boolean value ( name or true or false ) or integers and doubles ( 5 or 4.5 ). The variables names and boolean values have to be checked in the program u...
Submitted by
anonymous
-
3 years ago
0
Mpe
Java 8
coda test
Submitted by
anonymous
-
3 years ago
0
keywords
Python
matching a keyword expression and wrapping it with an html tag
Submitted by
anonymous
-
3 years ago
0
find match in url
Python
find the word "google" with "i" or "com"
Submitted by
Shai chikorel
-
3 years ago
0
Unreal Engine (UE_LOG) Parser - GoLang version
Golang
This regex is suitable for anyone ingesting UE_LOG files into Loki and creating dashboards in Grafana.
Submitted by
Mike McShaffry
-
3 years ago
0
SoundsExtract
Python
extract sounds
Submitted by
anonymous
-
3 years ago
0
Match CLI argument to
Java 8
Matches argumetn to as: -t to -t= ...
Submitted by
rperez-torro
-
3 years ago
0
Python string regex with escaped characters
Python
string regex but you can escape characters like \", for python only
Submitted by
Fxomt
-
3 years ago
(Last modified 3 years ago)
0
Currency Style (py.checkio.org)
Python
a mission on py.checkio.org: Currency Style
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Parse ISO date with named group for Python
Python
Parses ISO date like: 2021-01-19T15:21:32.59+02:00 and returns these named groups: fulldate (full date and time) date (2021-01-19)...
Submitted by
Fabio Rotondo (fsoft)
-
3 years ago
0
java-test1
Java 8
java test string
Submitted by
anonymous
-
3 years ago
0
Find two matching group
Python
Find two matching groups
Submitted by
anonymous
-
3 years ago
1
...
102
103
104
105
106
...
127
Community Library Entry
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
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago