Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 17,260 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Operators
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-29 23:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FloatingPointNumbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-29 23:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IntegerNumbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-29 23:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Update ea parameters name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-01 10:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date dd-mm-yyyy
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-01 10:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Numbers except integers starting with zero
Python
matches: 1234 .0123 0.123 no matches:...
Submitted by
anonymous
-
4 years ago
2020-03-01 11:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORDERS96B MATCH LINE DESCRIPTION
PCRE (PHP <7.3)
ORDERS96B Example of matching the line description of a ORDERS96B flatfile. IMD+F++:::DIN 7979 D Stahl blank | 8x30 Zylin' (?) + (?) + (?) + (? (?) : (?) : (? : (?) ) '...
Submitted by
Raik Zobel
-
4 years ago
2020-03-02 09:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORDERS96B MATCH ALL ITEM LINES METHOD 1
PCRE (PHP <7.3)
From the first line string of an item line --> ^LIN over line breaks --> [\s\S]* to the last line string of an item line --> ^DTM.*
Submitted by
Raik Zobel
-
4 years ago
2020-03-02 09:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORDERS96B MATCH ALL ITEM LINES METHOD 2
PCRE (PHP <7.3)
From the first line string of an item line --> ^LIN over line breaks --> [\s\S]* to before (lookahead) the first line after the whole item line string --> (?=^UNS)
Submitted by
Raik Zobel
-
4 years ago
2020-03-02 09:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORDERS96B MATCH ITEM LINES METHOD 1
PCRE (PHP <7.3)
Same as "ORDERS96B MATCH ALL ITEM LINES METHOD 1" with a lazy quantifier to get multiple matches. This works only, if the last line of a item line elemet is known, otherwise try METHOD 2 From the first line string of an item line --> ^LIN over line breaks --> [\s\S]*? to the last line string of an ...
Submitted by
Raik Zobel
-
4 years ago
2020-03-02 10:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORDERS96B MATCH ITEM LINES METHOD 2
PCRE (PHP <7.3)
^LIN[\s\S]?(?=^LIN.?)|^LIN[\s\S]* FIRST PART From the first line string of an item line --> ^LIN over line breaks --> [\s\S]*? to before (lookahead) the next line element --> (?=^LIN.*?)...
Submitted by
Raik Zobel
-
4 years ago
2020-03-02 10:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
[PPC] Like Search
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-02 12:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Denco exceptions 3-2-20
PCRE (PHP <7.3)
Broadcast, Multicast and Intrado
Submitted by
anonymous
-
4 years ago
2020-03-02 15:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Actions proyecto lenguajes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-02 21:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BJR - descriptions split
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-03 06:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Prisantall v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-03 06:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
autolink 와 src에 띄어쓰기있는 링크 충돌
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-03 06:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Safaricom Regex ~Feb 2020
ECMAScript (JavaScript)
As of Feb 2020 Sources: https://ca.go.ke/wp-content/uploads/2020/01/Telecommunication-Numbering-Plan-for-Kenya-Feb-2020-compressed.pdf
Submitted by
anonymous
-
4 years ago
2020-03-03 10:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract URI from text copy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-03 10:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AN check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-03 13:19
1
...
739
740
741
742
743
744
745
...
863
UID REGEX
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
-
9a
-
f
]
{8}
-
[
0
-
9a
-
f
]
{4}
-
[
0
-
9a
-
f
]
{4}
-
[
0
-
9a
-
f
]
{4}
-
[
0
-
9a
-
f
]
{12}
$
/
i
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2015-09-16 13:31