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)
Floats
PCRE (PHP <7.3)
Floats including integers that end with "f" Version 2: value will exclude "f"
Submitted by
anonymous
-
3 years ago
2020-05-08 17:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract substring from a string
PCRE (PHP <7.3)
For use with sed you need to escape the parentheses \(
Submitted by
anonymous
-
3 years ago
2020-05-08 19:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Fecha en formato yyyy-mm-dd ----- yyyy-m-d ----- yyyy/mm/dd ----- yyyy/m/dd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-09 07:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hastag #tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-09 08:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract URI from LinkedIn CV string
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-09 12:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get value between q="...... "
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-09 17:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hugo Version Number
Python
Get the version number (like 0.69.2) from the "hugo version" output. Hugo is a static site generator (see https://gohugo.io).
Submitted by
anonymous
-
3 years ago
2020-05-09 21:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
20200510
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-10 14:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ährenlese
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-11 15:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cognito Validation Email Message
PCRE (PHP <7.3)
Cognito Validation Email Message.
Submitted by
anonymous
-
3 years ago
2020-05-11 16:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Return error description from custom application log
Python
Returning the error description after 'R' and before '('
Submitted by
anonymous
-
3 years ago
2020-05-11 17:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Clockify time entry
ECMAScript (JavaScript)
Clockify time extry grouping in hours, minutes, and seconds.
Submitted by
anonymous
-
3 years ago
2020-05-12 02:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Map regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 09:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
request
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 10:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Asciidoctor Shortcutes Key-Value Pairs
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 13:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tst
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 13:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VAT number
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 13:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
psr.AddPackResult
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 19:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SSN - France
PCRE (PHP <7.3)
^ Debut [12] Homme ou Femme [0-9]{2} Année de naissance (0[1-9]|1) Mois de naissance ([0-9]{2}|2A|2B) Département de naissance ou 99 si né à l'étranger...
Submitted by
anonymous
-
3 years ago
2020-05-13 08:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Notrufnummern Deutschland
PCRE (PHP <7.3)
alle gültigen Notrufnummern inkl. 116xyz und 118xy werden abgedeckt 11922 ist nicht abgedeckt
Submitted by
anonymous
-
3 years ago
2020-05-13 10:14
1
...
764
765
766
767
768
769
770
...
865
Category and subitems
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
(?P<tabela>
[
\S
\.
-
]
+
)
(?:
\{
)
|
\t
(?P<nome>
.
*
?
)
\:
(?P<tipo>
.
*
?
)
\:
(?P<tamanho>
.
*
?
)
(?:
$
)
"
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
Alex
-
8 years ago
2015-08-18 22:43