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,420 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Composite name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-25 11:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match text portion and text on either side
PCRE (PHP <7.3)
You want to match a portion of text in a string, and either want or don’t mind also matching the text either side of the text portion
Submitted by
anonymous
-
5 years ago
2019-03-25 12:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match 2 groups of text with anything on the right on each group
PCRE (PHP <7.3)
You want to match 2 groups of text, with any text following each group
Submitted by
anonymous
-
5 years ago
2019-03-25 12:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Not selecting text
PCRE (PHP <7.3)
You dont want to match the pattern, but want to match any text above or below the pattern
Submitted by
anonymous
-
5 years ago
2019-03-25 12:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GENERATION_CHAMP_Mbox
PCRE (PHP <7.3)
Permet a partir des codes_champs de générer la structure HTML attendue en TPL spécifique
Submitted by
anonymous
-
5 years ago
2019-03-25 15:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL que sea master
PCRE (PHP <7.3)
Revisa si estamos en master-algo
Submitted by
anonymous
-
5 years ago
2019-03-25 16:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Splunk
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-25 22:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone
Golang
Phone Number
Submitted by
anonymous
-
5 years ago
2019-03-26 10:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match only numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-27 12:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
LSD MSD regex
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-03-27 12:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Specific C Enumerator Matching
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-03-27 12:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NUMERO DI TELEFONO
PCRE (PHP <7.3)
+39 E 9-15 CIFRE
Submitted by
anonymous
-
5 years ago
2019-03-27 15:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
aufg5 final
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-27 14:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
foo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-27 14:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ejemplo de un patrón de nombre multivariado
Python
Cada persona debería desarrollar un patrón de texto de su nombre que reconozca todas las variantes usuales que por brevedad o capricho se utilizan en el ámbito familiar, social y laboral. (jgomezp:erbeye)
Submitted by
anonymous
-
5 years ago
2019-03-27 21:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-28 11:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HA template search
ECMAScript (JavaScript)
Searches for the template setting.
Submitted by
anonymous
-
5 years ago
2019-03-28 15:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex that does not match 0 but matches other values
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-29 03:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Separate pair of names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-29 03:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get img src from html
Python
match the src attribute of the html img tag
Submitted by
anonymous
-
5 years ago
2019-03-29 05:55
1
...
737
738
739
740
741
742
743
...
871
Subst caminho de URL, deixa arquivo 3
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(
src="
)
(?!
[^
"
]
+
\?
)
(?:
[^
"
]
+
\/
|)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-02-25 23:15