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,500 community submitted regex patterns...
1
a
Python
a
Submitted by
a
-
8 years ago
1
Eclipse Keyword SPECGRID
Python
Retrieve the first numeric parameters of the SPECGRID keyword
Submitted by
Rashmin Dandekar
-
8 years ago
1
state district
Python
no description available
Submitted by
anonymous
-
8 years ago
1
complex number
Python
complex number
Submitted by
Yao Xiao
-
8 years ago
1
C#
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Digital
Python
no description available
Submitted by
anonymous
-
8 years ago
1
w/ NTSTatus: NT_STATUS_ACCESS_DENIED
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Test
Python
no description available
Submitted by
anonymous
-
8 years ago
1
JDBC Oracle syntax for EZCONNECT
Python
no description available
Submitted by
Alexander.Iljushkin
-
8 years ago
1
Regex to Match Valid Hex Color Values in CSS
Python
no description available
Submitted by
Prayash Mohapatra
-
8 years ago
1
lua moudle
Python
no description available
Submitted by
anonymous
-
8 years ago
1
No
Python
no description available
Submitted by
anonymous
-
8 years ago
1
splay
Python
splay js_data
Submitted by
anonymous
-
8 years ago
1
port match
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Lines which have not an exact nr of entries separated by 1 Space
Python
In the example i search for all lines which have less or more than 5 spaces as seperator. modify the valid nr of spaces: there are 3 (of 4) arbitrary groups wich have an specified nr of copies of an regEx in it: in the example the valid nr of entires is 5 : -> that means 4 spaces are valid in-bet...
Submitted by
Mike
-
8 years ago
1
dutch + danish + icelandic greeings
Python
no description available
Submitted by
anonymous
-
8 years ago
1
foreign email closers
Python
no description available
Submitted by
anonymous
-
8 years ago
1
auto generated closers
Python
no description available
Submitted by
anonymous
-
8 years ago
1
wsolast350
Python
no description available
Submitted by
anonymous
-
8 years ago
1
FA12-BSE-008
Python
no description available
Submitted by
fb.com/ahsanulhaq007
-
8 years ago
1
...
19
20
21
22
23
...
125
Community Library Entry
0
Regular Expression
Java 8
"
^
(?<first>
[
a
-
z
]
+
)
\.
(?<second>
[
a
-
z
]
+
)
$
"
i
Open regex in editor
Description
This is an example for stackoverflow
Submitted by
anonymous
-
a year ago