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 420 community submitted regex patterns...
0
header
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
1st Synt Macro
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
POC Mobile Detection
Golang
const regex = /(?:Mobile|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera\sMobi)/gm; const str = `Mozilla/5.0 (Android; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0 Mozilla/5.0 (Linux; U; Android 4.0.3; de-ch; HTC Sensation Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile...
Submitted by
anonymous
-
4 years ago
0
ADD CHANGE MODIFY
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
CHARACTER SET | COLLATE
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
LONG BLOB
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
MYISAM
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
ISO8601-duration
Golang
no description available
Submitted by
johndunne
-
4 years ago
0
ISO8601-utc-time
Golang
no description available
Submitted by
johndunne
-
4 years ago
0
Regex for email searches
Golang
no description available
Submitted by
Manuel
-
4 years ago
0
artifactory-request
Golang
no description available
Submitted by
Scott Barnes
-
4 years ago
0
Date by Month Name
Golang
Best I could do for parsing dates spelled out as day, month name, year
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
Fund - Arriving in Kathmandu
Java 8
Simple regex for Softuni
Submitted by
anonymous
-
4 years ago
0
笔试
Java 8
笔试字符串检查regex
Submitted by
bgst009
-
4 years ago
0
Alien Registration Number
Java 8
Alien Registration Number
Submitted by
anonymous
-
3 years ago
0
Detecting CJK Chars in Golang!
Golang
Detecting CJK Chars in Golang!
Submitted by
anonymous
-
3 years ago
0
({( ?){ ( ?)(.*) ( ?)}( ?)})
Java 8
{ { I\'m so {cool}, I\'m nested }} I\'m neither { I\'m just boring normal braces }
Submitted by
anonymous
-
3 years ago
0
Log Data Parsing
Golang
parse log data
Submitted by
anonymous
-
3 years ago
0
OmegaT exercise: separators in figures (en -> es)
Java 8
Replace thousand and decimal separators
Submitted by
anonymous
-
3 years ago
0
OmegaT exercises
Java 8
OmegaT exercises
Submitted by
msoutopico
-
3 years ago
1
...
8
9
10
11
12
...
21
Community Library Entry
0
Regular Expression
Golang
`
(
[
A
-
z
]
{2}
)
.
*
?
(
\d\d\W\d\d\W\d
{2,4}
)
\s
*
(
.
*
)
`
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago