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 12,120 community submitted regex patterns...
0
remove empty html paragraph tags
PCRE (PHP <7.3)
no description available
Submitted by
acor3
-
9 years ago
1
Dutch Zip Code Checker
PCRE (PHP <7.3)
/^1-9{3} ?(?!sa|sd|ss)[a-z]{2}$/i
Submitted by
Steven Moseley
-
9 years ago
1
Email
PCRE (PHP <7.3)
Find a bunch of different types of email with this RegEx
Submitted by
anonymous
-
9 years ago
1
Find integer in quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
GHS - PF LIMIT EXTRACTOR
PCRE (PHP <7.3)
Extracts from a PF file the summary table from the RAH command
Submitted by
anonymous
-
9 years ago
1
Filter Titles from 2b
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
4.2 numerisch mit tausender kennzeichen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Layer7 Filter for HTTP
PCRE (PHP <7.3)
For use with router layer 7 filtering, will detect intial connection or initial response
Submitted by
Andrew Cox
-
9 years ago
1
Match price amound from string
PCRE (PHP <7.3)
no description available
Submitted by
VZ
-
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
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
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
(\d\d?) ([A-Z][a-z][a-z]) (\d{4});
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
test
PCRE (PHP <7.3)
test
Submitted by
anonymous
-
9 years ago
1
...
522
523
524
525
526
...
606
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
[^
{
]
.
*
=
(
[^
=
]
*
)
=
.
*
[^
}
]
/
Open regex in editor
Description
are both strings matching, I wnat only the second one to match
Submitted by
anonymous
-
10 years ago