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
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 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 17,920 community submitted regex patterns...
0
Test regexp to redirect from mainpage dups
PCRE2 (PHP >=7.3)
Test regexp to redirect from mainpage dups
Submitted by
sinstranger
-
a year ago
0
import exp
PCRE2 (PHP >=7.3)
find file name on import/export js module
Submitted by
anonymous
-
a year ago
0
Get string inside http or https and @
PCRE2 (PHP >=7.3)
Get the string inside an http or https and @something
Submitted by
aleix soler
-
a year ago
0
awdwa
Java 8
dwa
Submitted by
dwa
-
a year ago
0
IBAN
ECMAScript (JavaScript)
desc
Submitted by
anonymous
-
a year ago
0
Read a line from the splunk tutorial www1 log
PCRE2 (PHP >=7.3)
Read a line from the splunk tutorial www1 log
Submitted by
Russ Ferriday
-
a year ago
(Last modified a year ago)
0
section headers
Java 8
ff
Submitted by
ff
-
a year ago
0
Working days
PCRE2 (PHP >=7.3)
Parses working days, extracting from them only the days of the week and hours of work. Only Cyrillic is supported.
Submitted by
anonymous
-
a year ago
0
Cisco_interface_back
Python
\D+([0-9]/[0-9]|.)\s+(\d+\.\d+\.\d+\.\d+|unngiged)\s+(YES|NO)\s+\D{4,}\s+[A-Za-z]{2,}\s+[A-Za-z]{2,}\s+
Submitted by
anonymous
-
a year ago
0
adreess validator test
PCRE2 (PHP >=7.3)
adreess validator test
Submitted by
anonymous
-
a year ago
0
Universal Phone Regular Expression
PCRE2 (PHP >=7.3)
Universal Phone Regular Expression
Submitted by
Priy Ranjan Prakash
-
a year ago
0
Capture of IEC Structure levels ==, =, ++, +
PCRE2 (PHP >=7.3)
Grabs all characters up to a single '+' sign
Submitted by
anonymous
-
a year ago
(Last modified a year ago)
0
cep Brazil
Python
Brazilian zip code verification, with 8 digits separated or not by -
Submitted by
anonymous
-
a year ago
0
Check if is a roblox game
PCRE2 (PHP >=7.3)
Checks, if the value is a url of a roblox game
Submitted by
Justman10000
-
a year ago
0
Dagger exception parsing
Python
https://github.com/dagger/dagger/issues/4706#issuecomment-1498009538
Submitted by
anonymous
-
a year ago
0
All Phone Number in VietNam in a real project
ECMAScript (JavaScript)
This is data from many years and my boss want me to extract all the number in spreadsheet, it's about 14,000 records
Submitted by
Le Nam Son
-
a year ago
0
Non space, alphanumeric, with four punctuation symbols (?!.,)
PCRE2 (PHP >=7.3)
Y
Submitted by
anonymous
-
a year ago
0
AWS EC2 CDK Machine
Python
Validates if a string is a ec2 machine valid instance type.
Submitted by
https://github.com/DEADSEC-SECURITY
-
a year ago
0
chapter
PCRE2 (PHP >=7.3)
a
Submitted by
anonymous
-
a year ago
0
Find all special characters in a Device Tag to be replaced
PCRE2 (PHP >=7.3)
Find all IEC structure level characters within a Device tag so they can be replaced with a underscore
Submitted by
Michael B
-
a year ago
1
...
879
880
881
882
883
...
896
Pagrafo empezandon con cadena y termnando en punto
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
(?:
^
RAP
[
\d
.
\d
]
+
.
+
){1}
(?:
\n^
[
a
-
zA
-
Z0
-
9
]
.
+
)+
)
/
gm
Open regex in editor
Description
Busca parrafos completos incluyendo nuevas lineas, los cuales terminan con un punto final
Submitted by
anonymous
-
a year ago