Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Insert comma as thousands delimiter
The following regular expression can be used to insert commas as thousands delimiter. The pattern was taken from the http://www.dlang.org web site.
Submitted by
Unknown
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Italian check codeline
Expression matches magnetic codeline of checks, in italian banking system. i.e. >1234567890 old layout check >1234567890- 103014250# 66666666+ --> new layout check (notice the '-' check number terminator)...
Submitted by
Benny
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Trim leading zeroes in numbers 012.210 => 12.21
Trim leading zeroes 012.210 => 12.21 .002300 => .0023
Submitted by
FAy
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Lockbox Sätze #2
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
find field names
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
content
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
images
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
descr
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
My regex
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Asadasdsd
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
show inventory Partial)
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
show inv (not for complex)
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
byline
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Splunk - Masking data (SIM Card Example)
Splunk - Masking Data Uses defensive logic to account for data changes & supports Splunk Schema on Fly!
Submitted by
Tony Nesavich
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Find Days. Simple format
Given a string, finds the days spoken about within the string. (US Implementation)
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Perl search exclude tags
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
SELLER
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
name
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
loose email address regex (\S)
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
url - extrakce hostname
no description available
Submitted by
anonymous
-
6 years ago
1
...
516
517
518
519
520
521
522
...
562
German vehicle registration incl. options
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(
[
A
-
ZäÄÖÜ
]
{1,3}
)
\-
[
]
{0,1}
(
[
A
-
Z
]
{0,2}
)
[
]
{0,1}
(
[
0
-
9
]
{1,4}
[
HE
]
{0,1}
)
[
]
{0,1}
(
[
0
-
9
]
{0,2}
)
[
]
{0,1}
(
[
0
-
9
]
{0,2}
)
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
awwillia
- 2 years ago