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
Helpful for refactoring functions (ex: removing second argument)
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Amplify
Amplify XDA Guide
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
click_error
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
work trimming output
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
HPE / report part 4
no description available
Submitted by
stelf
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Verify Password
I verify if a string contains from 8 to 10 char and at least one of the following: Upper case char, lower case char, number, special character
Submitted by
exSnake
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Formato RUN
Formato del Rol Único Nacional en Chile
Submitted by
Jorge Moyano Fuentes
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
controllers check
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
HSI DISCOUNTS
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
DATA Charge
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
FHIR API
HA Proxy URL rewrite for the FHIR APIs
Submitted by
gpiskun
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
US Publication Number
To search the publication number in uspto documents.
Submitted by
Mohd Amir
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
neudecker regex
neudecker regex
Submitted by
joe
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Duplicate Properties
This regex is to find duplicates in properties- or config-files with '='-separated key value pairs.
Submitted by
vgross
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
my first regex
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Decimal numbers (plus exponent)
Matches decimal numbers also with exponent (23.8e12) It does not match silly things like 00000000000.0000000000 as other "decimal number regex"
Submitted by
Mirco Sanguineti
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Improved decimal numbers
Decimal numbers matcher with optional matching for exponent (12.4e7) and optional thousand comma separator matches both 1,234.05 and 1234.05. Also matches negative numbers (-1234.05)
Submitted by
Mirco Sanguineti
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
DDmmyyyy
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Turkish Date (4 digit year) Regex (with leap year control)
Following inputs are accepted dd.mm.yyyy while 29.02.2016 accepted, 29.02.2017 is not. also some months last days should be 30, not 31 ...
Submitted by
Abdulhamit Mabocoglu
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
ls -a Linux Output - Parse Filename
Parse just the filename from ls -a output on Linux.
Submitted by
Brian Hannan
-
7 years ago
1
...
492
493
494
495
496
497
498
...
572
ISO8601 patterns
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(
\d
{4}
)
(
-
)?
(
\d
{2}
)
(
-
)?
(
\d
{2}
)
(
T
)?
(
\d
{2}
)
(
\:
)?
(
\d
{2}
)
(
\:
)?
(
\d
{2}
)
(
\+
(
\d
{2}
:
\d
{2}
)
|
\.
(
\d
{3}
Z
)
|
Z
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 7 years ago