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,000 community submitted regex patterns...
-1
parsing splunk tacacs with regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-1
Capture a tagged Number given in quotes within a free text
PCRE (PHP <7.3)
PN"+)["]
Submitted by
OS
-
9 years ago
0
match dev URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
get parts of URL
PCRE (PHP <7.3)
split URL in protokoll, domain, file(with path), parameter and anker
Submitted by
Candyman1332
-
9 years ago
-1
split URL in protokoll, domain, file(with path), parameter and anker
PCRE (PHP <7.3)
split URL in protokoll, domain, file(with path), parameter and anker
Submitted by
Candyman
-
9 years ago
0
Papierloses Büro
PCRE (PHP <7.3)
Dieser regex ist für das Programm DropIt gedacht, damit eingescannte und danach manuell benannte Dokumente automatisch einsortiert werden.
Submitted by
traxxus
-
9 years ago
0
simple json key value pair parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
amlang
-
9 years ago
(Last modified 7 months ago)
0
genesis data (longitude, latitude)
PCRE (PHP <7.3)
no description available
Submitted by
frost
-
9 years ago
0
Nit_ElSalvador
PCRE (PHP <7.3)
formato para NIT (Número de Identificacion Tributaria) de El Salvador
Submitted by
Roger
-
9 years ago
-1
Workflow field converter
PCRE (PHP <7.3)
no description available
Submitted by
Brian Olson
-
9 years ago
0
Http_accept Header
PCRE (PHP <7.3)
no description available
Submitted by
Robin Dumont-Chaponet
-
9 years ago
0
Google Analytics Campaign String
PCRE (PHP <7.3)
Match a Google Analytics Campaign query string
Submitted by
anonymous
-
9 years ago
0
Telefonnummer E.123
ECMAScript (JavaScript)
no description available
Submitted by
Frank Mattes
-
9 years ago
0
Cartão de Crédito ELO
ECMAScript (JavaScript)
Realiza a identificação dos novos BIN's de cartão de crédito ELO.
Submitted by
mkrypka
-
9 years ago
0
kfz
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
INNERTEXT -- from HTML TAGS
PCRE (PHP <7.3)
HTML INNERTEXT()
Submitted by
zigray
-
9 years ago
0
@mention parser
PCRE (PHP <7.3)
Parse @mentions in text
Submitted by
anonymous
-
8 years ago
0
EDI file
PCRE (PHP <7.3)
no description available
Submitted by
Ran Z
-
8 years ago
0
rhse-searchstats
PCRE (PHP <7.3)
For parsing the events from the RHSE searchstats log file
Submitted by
Will
-
8 years ago
0
logstash
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
373
374
375
376
377
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
@
(
.
+
?
)
(?:
\s
|
$
)
/
g
Open regex in editor
Description
Parse @mentions in text
Submitted by
anonymous
-
8 years ago