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 5,540 community submitted regex patterns...
0
匹配字母开头只能出现字母与数字
ECMAScript (JavaScript)
匹配字母开头只能出现字母与数字
Submitted by
anonymous
-
4 years ago
0
ZHWP 防止KC皮草 1
Python
阻擋「CAT:×××家族」
Submitted by
anonymous
-
4 years ago
0
Match popular media type such as audio, images and/or videos
ECMAScript (JavaScript)
A regex that matches popular media types like audio, images and/or video. Can be adjusted to any media file type.
Submitted by
Javier Carrion
-
4 years ago
0
android imports filter
Python
separates 3rd party imports from the official ones
Submitted by
anonymous
-
4 years ago
0
取得被 [] 包住的片段
ECMAScript (JavaScript)
取得被 [] 包住的片段
Submitted by
anonymous
-
4 years ago
0
Phone number
ECMAScript (JavaScript)
Regex phone number
Submitted by
Duy
-
4 years ago
0
test
Python
test
Submitted by
test
-
4 years ago
0
valid time check
Python
written as a part of the Coursera interacting with the OS course offered via Google
Submitted by
anonymous
-
4 years ago
0
Breakdown datetime stamp into parts (YYYY-MM-DD[T]HH:MM:SS)
ECMAScript (JavaScript)
This will break the datetime string into it's individual parts and add them into named groups.
Submitted by
Tony Hume
-
4 years ago
0
senegal phone number regex
ECMAScript (JavaScript)
Check if the phone number is correct from sénégal
Submitted by
Me
-
4 years ago
0
telephone validator from FCC
ECMAScript (JavaScript)
passes freecodecamp's telephone validator
Submitted by
anonymous
-
4 years ago
0
Practice email validation
ECMAScript (JavaScript)
Solves the practice problem from https://www.sitepoint.com/learn-regex/
Submitted by
Nhi Mai-Do
-
4 years ago
0
parse log file for message type, message, ticket number and user
Python
for the Google interacting with the OS course final project on Coursera
Submitted by
anonymous
-
4 years ago
0
Niledutch voyage regex
Python
s
Submitted by
anonymous
-
4 years ago
0
Lookbehind
ECMAScript (JavaScript)
Example of how to pull a particular piece of the URL
Submitted by
DATA_GATA
-
4 years ago
0
email address
ECMAScript (JavaScript)
email address regex
Submitted by
anonymous
-
4 years ago
0
Trailing dot removal after number sequence
ECMAScript (JavaScript)
The capture group returns only a number with a dot if it has decimal digits, otherwise it is treated as an integer. 1.1 => 1.1 1\. => 1
Submitted by
Stefa168
-
4 years ago
0
Match URL or URI strings
ECMAScript (JavaScript)
Reference: https://stackoverflow.com/a/34669019/369727
Submitted by
https://danlevy.net/
-
4 years ago
0
Numbered List Pattern
Python
Tte pattern to grep the multilayer numbered list bullets: 1. level 1 1.2. level 1.2 1.2.1. level 2.1 1.3. level 1.3 1.4. level xxx...
Submitted by
anonymous
-
3 years ago
0
Setup php source extension regex
ECMAScript (JavaScript)
Setup php source extension regex
Submitted by
anonymous
-
3 years ago
1
...
225
226
227
228
229
...
277
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
[
A
-
z
]
*
(
\s
[
A
-
z
]
*
)*
/
Open regex in editor
Description
This javascript reqular Expression will match any name.
Submitted by
noby nirmjal
-
8 years ago