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...
1
30164958
Created
·
2015-05-12 20:52
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Strip / Delete / Remove / empty paragraphs
Created
·
2015-05-12 22:13
Flavor
·
PCRE (Legacy)
You can format p:empty paragraphs with CSS, but sometimes they are not completely empty. This is meant to remove those.
Submitted by
SocialBlogsiteWebDesign.com
1
Phone Guatemala
Created
·
2015-05-13 08:06
Flavor
·
PCRE (Legacy)
Regex for phones in Guatemala
Submitted by
Rodrigo Polo
1
Greatest common divisor
Created
·
2015-05-13 12:23
Flavor
·
ECMAScript (JavaScript)
Calculates the greatest common divisor of two numbers. Attention: pipes in the substitution separate alternatives. If one alternative does not match, the next alternative is tried if it exists. The substitution must be repeated until it cannot substitute further.
Submitted by
luis140219 on GitHub
1
remove link from discuz quoted message
Created
·
2015-05-14 08:28
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Paul Wang
1
Regex not work in online regexEditor but work in actionscript3 code
Created
·
2015-05-14 09:42
Flavor
·
ECMAScript (JavaScript)
Regex : /^\s\d+\s$(?:\r?\n?)+^\s([\d:,\.]+)\s-->\s([\d:,\.]+)\s$(?:\r?\n?)+((?:.(?:\r?\n?)?)?)(?:\r\n|\r|\n|$)/gm; Test String : 1 00:00:02,070 --> 00:00:8,572 ( explosion and number of members ) ( inaudible radio chatter )
Submitted by
anonymous
1
SO Question
Created
·
2015-05-14 11:35
Flavor
·
PCRE (Legacy)
SO Question
Submitted by
PaperBirdMaster
1
parse discuz video codes
Created
·
2015-05-14 15:41
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Paul Wang
1
Music Chord
Created
·
2015-05-15 06:56
Flavor
·
PCRE (Legacy)
Find Music Chord
Submitted by
Mins
1
Date extractor
Created
·
2015-05-15 11:07
Flavor
·
ECMAScript (JavaScript)
Substitutes a group of dates by its information and captures the date information. Also allows fooled dates. (2015-02-30, 2015-03-32 for example)
Submitted by
luis140219 on GitHub
1
Some OR regex
Created
·
2015-05-15 16:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Date and time capturer
Created
·
2015-05-15 19:55
Flavor
·
PCRE (Legacy)
Works for the Julian calendar, dates between 0000-01-01 and 9999-12-31. Includes my birth date in the 4th example.
Submitted by
luis140219 on GitHub
1
Parser
Created
·
2015-05-17 08:34
Flavor
·
ECMAScript (JavaScript)
Need everything inside this as separate variable :)
Submitted by
anonymous
1
URL
Created
·
2015-05-18 04:26
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Window Spacer type
Created
·
2015-05-18 15:11
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Long slovak date with the "dd. mmmm yyy" format
Created
·
2015-05-18 19:32
Flavor
·
Python
Match a slovak date following the "dd. mmmm yyy" format.
Submitted by
Tantale
1
Bulgarian date "dd mmmm yyyy" format
Created
·
2015-05-18 19:39
Flavor
·
Python
Parse a bulgarian date following the "dd mmmm yyyy" format.
Submitted by
Tantale
1
Regexp haus
Created
·
2015-05-19 01:35
Flavor
·
PCRE (Legacy)
Ejemplo para parsear direcciones de Haus
Submitted by
Leo
1
Regex
Created
·
2015-05-22 08:03
Flavor
·
PCRE (Legacy)
Test
Submitted by
anonymous
1
http://stackoverflow.com/questions/30405364
Created
·
2015-05-22 20:45
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
148
149
150
151
152
…
915
Next page
Community Library Entry
1
Regular Expression
Created
·
2015-05-19 01:35
Flavor
·
PCRE (Legacy)
/
^\s
*
(
.
+
)
\s
+
(
\d.
+?
)
,
\s
*
(
.
+
)
\s
*
$
/
Open regex in editor
Description
Ejemplo para parsear direcciones de Haus
Submitted by
Leo