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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,080 community submitted regex patterns...
0
Network Path + File
PCRE2 (PHP >=7.3)
Checks if string is format like a network path and file (like //networkdrive/folder/folder/file.csv)
Submitted by
anonymous
-
3 years ago
0
Youtube Regex
PCRE2 (PHP >=7.3)
Regex for youtube pattern
Submitted by
Suraj Shah
-
3 years ago
0
model value
PCRE (PHP <7.3)
for Levi
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Instagram URL
PCRE (PHP <7.3)
For instagram URLs. Updated with latest Domain names
Submitted by
Suraj Shah
-
3 years ago
0
Find *.cue files and split FLAC files
PCRE2 (PHP >=7.3)
Find *.cue files and split FLAC files
Submitted by
anonymous
-
3 years ago
0
Don't allow two consecutive "."
PCRE2 (PHP >=7.3)
Don't allow two consecutive .
Submitted by
Pythack
-
3 years ago
0
How to find the nth occurrence of a pattern date
PCRE (PHP <7.3)
This is a very useful pattern to find Nth occurency of a data in this format dd/mm/yyyy but can be abstracted for other situations
Submitted by
Mauro99
-
3 years ago
0
Valid email address in Go
Golang
A regexp to validate an email address according to https://html.spec.whatwg.org/#valid-e-mail-address . Note that the backslash in the name part of the regexp on that site is there to escape the forward slash, which is not needed in Go. EDIT: This is newer than the version at https://regex101.com/l...
Submitted by
markus@maragu.dk
-
3 years ago
0
Separator Regex
PCRE2 (PHP >=7.3)
Separator regex
Submitted by
anonymous
-
3 years ago
0
Look ahead conditional
PCRE2 (PHP >=7.3)
/333 or /333/333
Submitted by
anonymous
-
3 years ago
0
Mayne Way Entertainment
PCRE (PHP <7.3)
Your WhatsApp Business code 811-007 You can also tap this link https://www.maynewayent.com
Submitted by
Lahyan Djeh
-
3 years ago
0
clean subtitles
PCRE2 (PHP >=7.3)
clean tags from subtitles
Submitted by
watcher
-
3 years ago
0
Get default profiles folder name from Firefox profiles.ini
PCRE2 (PHP >=7.3)
With standard Firefox and Firefox-Dev installation, default profiles folders should be casual characters dot "default-release" or "dev-edition-default". To restore a backup you must past the content of the old folder to those folders, only the content. So this ways I get the folders after opened the...
Submitted by
globdug
-
3 years ago
0
The words between two substring
PCRE2 (PHP >=7.3)
The words between two substring
Submitted by
Sandro Conte
-
3 years ago
0
02.07.b)
PCRE2 (PHP >=7.3)
02.07. FMUSI
Submitted by
anonymous
-
3 years ago
0
EMDG LONG_TEXT
PCRE2 (PHP >=7.3)
1 - 256 tegn er tilladt
Submitted by
anonymous
-
3 years ago
0
Regex head tags contents
PCRE2 (PHP >=7.3)
Regex head tags contents
Submitted by
anonymous
-
3 years ago
0
location
PCRE2 (PHP >=7.3)
locaiton regex
Submitted by
chenxi
-
3 years ago
0
Otp Extraction
PCRE (PHP <7.3)
It will used for otp extraction from sms
Submitted by
anonymous
-
3 years ago
0
Brazil's Documents
PCRE2 (PHP >=7.3)
Documents of the Brazil
Submitted by
anonymous
-
3 years ago
1
...
520
521
522
523
524
...
604
csv parsing
2
Regular Expression
PCRE (PHP <7.3)
/
(?:
^
|
,
)
(
\"
(?:
[^
\"
]
+
|
\"\"
)*
\"
|
[^
,
]
*
)
/
g
Open regex in editor
Description
csv parsing with content quota string
Submitted by
Andrey
-
9 years ago