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 2,940 community submitted regex patterns...
1
Occurrence Codes (US Healthcare Billing)
PCRE2 (PHP >=7.3)
Possibly used in Form Locator (FL) 32-35 in the UB-04 form. The CMS write (in their R81CP document):- "Occurrence and occurrence span codes are mutually exclusive. Occurrence codes have values from 01 through 69 and A0 through L9. Occurrence span codes have values from 70 through 99 and M0 thro...
Submitted by
Richard Baxter
-
4 months ago
(Last modified 4 months ago)
1
ICD-9-CM PCS Format
PCRE2 (PHP >=7.3)
ICD-9-CM PCS Format
Submitted by
john (jacko) Logan
-
4 months ago
1
Videos that start with [....]
PCRE2 (PHP >=7.3)
^.\\\[[\w\d]?]*?..{4,}$
Submitted by
pvtpyle1299
-
4 months ago
1
Validating any URLs
PCRE2 (PHP >=7.3)
for JS regular expression to validate any http|https|ftp|IPv4 address, supported: authority** username:password (example https://username:password@example.com); port** :0-65565 (example https://example.com:80); query/queries** ?c=1 or ?c=1&d=x (example https://example.com/main.php?c=1&d=x);...
Submitted by
anonymous
-
4 months ago
1
find user name in linkedin profile
PCRE2 (PHP >=7.3)
linkedin.com/company/name/ finds name
Submitted by
anonymous
-
4 months ago
(Last modified 4 months ago)
1
credit number hider
PCRE2 (PHP >=7.3)
Hides credit card numbers from 13-16 digits
Submitted by
anonymous
-
4 months ago
1
Blurring 13-16 digits
PCRE2 (PHP >=7.3)
Blurring 13-16 digits
Submitted by
anonymous
-
4 months ago
1
How to find invoice number behind words containing "訂單"
PCRE2 (PHP >=7.3)
I need help to find invoice number following words among which contains "訂單". There are also numbers (price and cost) behind (but not immediately) same word "訂單"
Submitted by
sunny
-
4 months ago
1
tmp_4679_DBGSSE_WAR_Optionsscheine_Type1_Table
PCRE2 (PHP >=7.3)
tmp saved to work on it further ...
Submitted by
mhergh
-
4 months ago
1
Tenable Identity Exposure - Indicator of Attack - Syslog regex
PCRE2 (PHP >=7.3)
A regex for IOA syslog messages sent by Tenable Identity Exposure.
Submitted by
Taher Karaki
-
4 months ago
1
appstoreoptimizationtool
PCRE2 (PHP >=7.3)
App Store Optimization Tool
Submitted by
appvector
-
4 months ago
1
Happy birthday
PCRE2 (PHP >=7.3)
happy birthday with various variations
Submitted by
AdiGro
-
4 months ago
1
Log Match
PCRE2 (PHP >=7.3)
test
Submitted by
Mohammad
-
4 months ago
1
Find comments in Kotlin
PCRE2 (PHP >=7.3)
Finds comments in Kotlin but not inline comments
Submitted by
anonymous
-
4 months ago
1
й
PCRE2 (PHP >=7.3)
й
Submitted by
anonymous
-
4 months ago
1
Metadata page number
PCRE2 (PHP >=7.3)
This describes how to fetch data from a customized tag
Submitted by
anonymous
-
4 months ago
1
Dockerfile: Match a single RUN statement including all line continuations
PCRE2 (PHP >=7.3)
This will match the first RUN statement in a Dockerfile and capture all lines in that RUN statement (including those where the line continuation operator '\' is used on the previous line.)
Submitted by
Russ Frizzell-Carlton
-
4 months ago
1
Russian car plate
PCRE2 (PHP >=7.3)
Regular expression for matching Russian car plate without region part
Submitted by
aalexren
-
4 months ago
1
ads on telewebion.com
PCRE2 (PHP >=7.3)
ads to block on telewebion.com
Submitted by
Aquarii11
-
4 months ago
1
Select formula content without '='
PCRE2 (PHP >=7.3)
RegEX: (? | lub |
Submitted by
Piotr Osada
-
4 months ago
1
...
34
35
36
37
38
...
147
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
1
?
[
-.
]
*
(
[
0
-
9
]
{3}
){1}
[
-.
]
*
(
[
0
-
9
]
{3}
){1}
?
[
-.
]
*
(
[
0
-
9
]
{4}
){1}
$
/
gm
Open regex in editor
Description
just a us mobile no validator
Submitted by
Naman Shrimali
-
3 years ago