Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
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 >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
1
Match price amound from string
PCRE (PHP <7.3)
no description available
Submitted by
VZ
-
9 years ago
1
n.x
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Season Title Match
Python
no description available
Submitted by
anonymous
-
9 years ago
1
find revenue
ECMAScript (JavaScript)
$12.34
Submitted by
anonymous
-
9 years ago
1
Youtube id und parameter extraction
PCRE (PHP <7.3)
Nice and understandable Version of youtubelink fields extraction.
Submitted by
erotanimul (co-author ;)
-
9 years ago
1
<Trigger R="(?<attacker>[\w\S]+)\ feel inspired by the Jester\."
PCRE (PHP <7.3)
idk
Submitted by
macx
-
9 years ago
1
join
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Custom HTML placeholder matcher
PCRE (PHP <7.3)
Grab all placeholder "tags" that are alphanumeric with optional underscores. In this example my placeholders are double curly braces e.g. {{MY_VARIABLE_NAME}}. Change out the braces for whichever symbol/character you are using or add/remove more. E.g. [[MY_VARIABLE_NAME]] would be matched with \[\...
Submitted by
John Cogan
-
9 years ago
1
s
ECMAScript (JavaScript)
s
Submitted by
s
-
9 years ago
3
Extract Java Exception Message Field
PCRE (PHP <7.3)
Exception Message: java.lang.NullPointerException: Sample Java Logback Exception at Sample.errorLevel3(Sample.java:35) at Sample.errorLevel2(Sample.java:31) at Sample.errorLevel1(Sample.java:27)...
Submitted by
Amit
-
9 years ago
1
extract facebook video id
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
search script tags
PCRE (PHP <7.3)
found if is content src atributes
Submitted by
Kun Csaba
-
9 years ago
-1
Extract Java Exception Message Field
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
SCSS abstract class
PCRE (PHP <7.3)
Return content of %abstract { ... } for file processing
Submitted by
digitaldonkey
-
9 years ago
-2
Get the HTML table tag and all content from within
PCRE (PHP <7.3)
no description available
Submitted by
Pedro Marcelo de Sá Alves
-
9 years ago
1
data-repeat
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Days Hours Minutes Seconds
Python
no description available
Submitted by
Clay Burns
-
9 years ago
1
(\d\d?) ([A-Z][a-z][a-z]) (\d{4});
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URL that allows IP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Registry key path
Python
Get the Last entry for the registry key.
Submitted by
Rhino
-
9 years ago
1
...
778
779
780
781
782
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
[
a
-
zA
-
Zà
-
ùÀ
-
Ù
]
+
)
(
\
)?
){0,7}
$
/
gm
Open regex in editor
Description
Aceita até 7 palavras, podendo conter acento, e com espaço entre elas
Submitted by
anonymous
-
4 years ago