Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 17,300 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
walter1976LastClean
Golang
walter1976LastClean
Submitted by
anonymous
-
5 months ago
2023-05-02 03:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
password-6-char-letters-numbers
PCRE2 (PHP >=7.3)
e
Submitted by
anonymous
-
5 months ago
2023-05-02 06:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Don’t
PCRE2 (PHP >=7.3)
Bb
Submitted by
Hi
-
5 months ago
2023-05-02 09:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NIgerian Phone Numbers RegEx Validation
PCRE2 (PHP >=7.3)
This RegEx validates whether a number is in the standard valid Nigerian mobile number format or not.
Submitted by
funmitoblessed
-
5 months ago
2023-05-02 15:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SUPPL REGEX
Java 8
Regex to get only information in the SUPPL subdirectory
Submitted by
O'Connor
-
5 months ago
2023-05-02 16:38
(Last modified 5 months ago)
2023-05-12 16:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Pattern Django
Python
URL Pattern Django
Submitted by
Fernando Olivera
-
5 months ago
2023-05-02 20:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
LC - Athento
Python
Expresion regular para extraer informacion desde el titulo de un documento
Submitted by
Fernando Olivera
-
5 months ago
2023-05-02 20:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
primera expresion SA CV
PCRE2 (PHP >=7.3)
.SA.CV
Submitted by
roberto fernandez
-
5 months ago
2023-05-03 00:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Inclusions
PCRE2 (PHP >=7.3)
m
Submitted by
anonymous
-
5 months ago
2023-05-03 12:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date with leap years
PCRE2 (PHP >=7.3)
Accepting every date between 2010 to 2050. Format is YYYY-MM-DD hh:mm
Submitted by
Sten
-
5 months ago
2023-05-03 12:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Innovative
PCRE2 (PHP >=7.3)
Parts
Submitted by
anonymous
-
5 months ago
2023-05-03 15:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Telegram messages url
PCRE2 (PHP >=7.3)
to match telegram messages url
Submitted by
anonymous
-
5 months ago
2023-05-03 18:06
(Last modified 5 months ago)
2023-05-03 18:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get digits
Golang
Trying to get digits
Submitted by
Arthur Silva
-
5 months ago
2023-05-03 18:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gsap current price
ECMAScript (JavaScript)
Getting google shopping current pricees
Submitted by
anonymous
-
5 months ago
2023-05-03 19:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Suriname phone number
PCRE2 (PHP >=7.3)
So the regular expression ensures that the phone number starts with "+597", followed by either a 7 or 8, and then six more digits. This will match all three phone numbers you provided as examples.
Submitted by
Kenny
-
5 months ago
2023-05-03 19:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
langchain
Python
langchain
Submitted by
anonymous
-
5 months ago
2023-05-04 04:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Jira images
PCRE2 (PHP >=7.3)
It finds images in Jira markup
Submitted by
anonymous
-
5 months ago
2023-05-04 10:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Amadeus TST Match
PCRE2 (PHP >=7.3)
Analyzes Amadeus TST element
Submitted by
anonymous
-
5 months ago
2023-05-04 12:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find anything between comillas.
PCRE2 (PHP >=7.3)
This regex gets anything between double quotes.
Submitted by
Tomas Giordano
-
5 months ago
2023-05-04 20:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Trimmed (no unicode space separators at start or end of string
ECMAScript (JavaScript)
Disallows all space-like characters -- see https://www.fileformat.info/info/unicode/category/Zs/list.htm -- at the start or end of the string
Submitted by
anonymous
-
5 months ago
2023-05-05 01:36
1
...
851
852
853
854
855
856
857
...
865
#tagging tag form regex
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
#
\[\[
(?<name>
.
+
?
)
\]\]
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
rameespu@gmail.com
-
8 years ago
2015-10-09 09:26