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 11,880 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
...\w?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-28 09:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex to verify Hamradio Callsign and retrieve prefix
PCRE (PHP <7.3)
This REGEX verifies the callsign and splits it up in several parts so it is possible to retrieve the prefix. All additions to the callsign (like /P, /M,..) and prepositions like other DXCC identifier (like DL/ON7BS) will be retrieved. The only DXCC that won't work if found so far is swaziland (pref...
Submitted by
anonymous
-
4 years ago
2019-08-28 11:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NFDC Regex
PCRE (PHP <7.3)
Regex for NFDC
Submitted by
anonymous
-
4 years ago
2019-08-28 11:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Duplicate words
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-28 13:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Duplicate lines
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-28 13:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match line with word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-28 13:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match line without word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-28 13:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Php log parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-29 07:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Php log parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-29 07:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ESB Mail Inline Attachment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-29 11:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Format directory string with trailing "\*"
PCRE (PHP <7.3)
Needed for use with Powershell function "Get-ChildItem"
Submitted by
anonymous
-
4 years ago
2019-08-30 04:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
enhanced path pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-30 06:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EIM month location spread
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-30 09:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EIM season location spread
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-30 09:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EIM yead location spread
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-30 09:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EIM year
PCRE (PHP <7.3)
handles atomic and combined tenor
Submitted by
anonymous
-
4 years ago
2019-08-30 09:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EIM quarter
PCRE (PHP <7.3)
handles atomic and combined tenor
Submitted by
anonymous
-
4 years ago
2019-08-30 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EIM month
PCRE (PHP <7.3)
handles atomic and combined tenor
Submitted by
anonymous
-
4 years ago
2019-08-30 09:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EIM prompt location spread
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-30 09:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Valideer bedrag
PCRE (PHP <7.3)
Valideer of een bedrag voldoet aan de volgende voorwaarden: Max 10 cijfers, geen komma en decimalen (12345690) Max 10 cijfers gevolgd door een komma en twee decimalen (1234567890,12)
Submitted by
anonymous
-
4 years ago
2019-08-30 10:48
1
...
524
525
526
527
528
529
530
...
594
not static GS::(..)LogLine
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
[
\s
]
*
(?!
static
)
[
\s
]
*
GS::
(
|
Data
|
Event
|
Error
|
Fatal
|
Info
|
Trace
|
Warning
)
LogLine
[
\s
]
*
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-05-21 15:18