Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
20
Between tags content
Created
·
2015-10-24 10:52
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Agustín Bouillet
8
Sentence grabber /w extra check
Created
·
2014-05-29 17:30
Flavor
·
PCRE (Legacy)
Grabs sentences including terms like: e.g. z.b. Figs.These get caught in 1st capturing group. Problem: how to only accept matching sentences which contain pattern \b\d+[a-z]{0,2}\b?
Submitted by
light0
11
Codice fiscale
Created
·
2015-08-19 10:43
Flavor
·
PCRE (Legacy)
Check "codice fiscale"
Submitted by
Luca
9
Extract url GET parameters
Created
·
2014-09-16 08:37
Flavor
·
PCRE (Legacy)
Returns key/value pair of a url. Also works with google fonts which has additional information
Submitted by
anonymous
9
English date in "dd mmmm yyyy" format
Created
·
2015-05-18 19:41
Flavor
·
Python
Parse an English date following the "dd mmmm yyyy" format.
Submitted by
Tantale
9
youtube url match
Created
·
2015-08-19 03:04
Flavor
·
ECMAScript (JavaScript)
extract video id, index, play list id from youtube url
Submitted by
anonymous
9
Letters, numbers and blank space
Created
·
2016-01-04 17:31
Flavor
·
PCRE (Legacy)
The following regular expression matches only letter a-z A-Z numbers 0-9 and a blank space for a given string.
Submitted by
Jordan Raychev
9
IPv4 Validator
Created
·
2020-07-26 21:19
Updated
·
2023-08-07 17:36
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
17
Capture comma separated numbers
Created
·
2015-07-19 01:57
Flavor
·
PCRE (Legacy)
Capture comma separated numbers, no matter if there are spaces before or after the commas.
Submitted by
Fernando Nunes
87
Password Validation
Created
·
2015-07-08 18:46
Flavor
·
ECMAScript (JavaScript)
Checks that a password has a minimum of 6 characters, at least 1 uppercase letter, 1 lowercase letter, and 1 number with no spaces.
Submitted by
Christian Klemp
31
ninite
Created
·
2015-09-29 11:28
Flavor
·
PCRE (Legacy)
no description available
Submitted by
peek
29
Wrap long string to spec length
Created
·
2013-07-21 20:34
Flavor
·
PCRE (Legacy)
no description available
Submitted by
fullpipe
11
find all link(<a>) tags expect your links in href attribute
Created
·
2015-07-29 11:09
Flavor
·
ECMAScript (JavaScript)
YourLink - not found AnotherLink - found
Submitted by
KoT
10
Just validate one sequence of
Created
·
2014-10-23 13:22
Flavor
·
PCRE (Legacy)
sdfs sdfs FLBREV00022230 dsfsdfs sdfsf FLBREV00022234 In this case is false
Submitted by
Fiipe
10
RFC 3987 compliant URL regex
Created
·
2015-06-24 14:07
Flavor
·
ECMAScript (JavaScript)
This is a JavaScript port of the URL regex from http://stackoverflow.com/a/190405/384062 that includes a bug fix and some optimization. Mathias Bynens's Regenerate was used to convert unicode escapes. Bug fix: Eliminated stray | falsely allowing querystring to contain | Optimization: Merged alternated character classes in querystring and fragment identifier portions for better performance.
Submitted by
Hans Meyer
10
Valid Telephone Number
Created
·
2015-12-09 01:04
Flavor
·
ECMAScript (JavaScript)
This regex validates varying types of telephone numbers.
Submitted by
Adam Recvlohe
6
Replace caracters not inside HTM tags
Created
·
2015-04-27 11:50
Flavor
·
ECMAScript (JavaScript)
Select a character (or string) ingnoring if that element is inside the HTML tags. Useful to apply html tags using replace.
Submitted by
Alex5B
29
CSV line parsing
Created
·
2014-10-15 13:22
Flavor
·
PCRE (Legacy)
Captures all fields from a CSV file's line. Can be customized with user-defined field separator and protecting character.
Submitted by
Various
53
Disorted Email Addresses
Created
·
2013-01-16 14:11
Flavor
·
PCRE (Legacy)
Matches distorted email addresses and converts them back to real ones.
Submitted by
dislick
19
Date: DD-MM-YYYY hh:mm:ss
Created
·
2013-05-17 13:07
Flavor
·
PCRE (Legacy)
Recommended
·
Validate and capture dateTime parts, includes validation for leap years, range 1000-2999. Fixed bug
Submitted by
Ka.
Previous page
1
2
3
4
5
6
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2022-01-09 13:15
Flavor
·
PCRE2 (PHP)
/
Password
\s
*
(
.
*
)
\s
*
Website
\s
(
.
*
)
/
g
Open regex in editor
Description
দুইটি পয়েন্ট ধরে মাঝের অংশটি নিবে
Submitted by
anonymous