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
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
remove xxxx:nil="true...
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
MQTT path parsing
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Número al final de un string...
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
C++ R-String literal
Matches a valid C++ R-String literal, e.g. R"==(some literal text)=="
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Row without space
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Extract the only the Nth field from a delimited string
The aim of this regex is to extract only the Nth field from a delimited string. In the example provided the delimited is the pipe character. You will have to substitute the pipe character for whatever delimiter you are using.
Submitted by
0jag
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Phone - Comprehensive from SO
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Phone - First Try
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Regex to capture any string having all given words
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Credit Card plus ***
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
nadirkitap-sayfabulma
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
nadirkitap-detaybulma
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Glide Elision (revised)
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
jira url parse
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Mathematics Expression - Invalid Characters
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Time Formatting
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Mathematics Expression
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Mathematics Expression - Invalid Characters
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Mathematics Expression
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Mathematics Expression - Is Number
no description available
Submitted by
anonymous
-
6 years ago
1
...
577
578
579
580
581
582
583
...
732
PLTF-1537 Validating Numbers to regex
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(
(
(
\+
\d
{1,3}
(
-
|
)?
\(
?
\d
\)
?
(
-
|
)?
\d
{1,3}
)
|
(
\(
?
\d
{2,3}
\)
?
)
)
(
-
|
)?
(
\d
{3,4}
)
(
-
|
)?
(
\d
{4}
)
)
$
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 6 years ago