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)
pcre2
Working days
Parses working days, extracting from them only the days of the week and hours of work. Only Cyrillic is supported.
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
adreess validator test
adreess validator test
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Universal Phone Regular Expression
Universal Phone Regular Expression
Submitted by
Priy Ranjan Prakash
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Capture of IEC Structure levels ==, =, ++, +
Grabs all characters up to a single '+' sign
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Check if is a roblox game
Checks, if the value is a url of a roblox game
Submitted by
Justman10000
-
2 months ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre2
Transform a date string into a timestamp
Transform a date string like: Mon Nov 10 1957 12:34:56 UTC +08:00 into: 11/10/195 12:34:56
Submitted by
Steve Aughnbaugh
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Non space, alphanumeric, with four punctuation symbols (?!.,)
Y
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
chapter
a
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Find all special characters in a Device Tag to be replaced
Find all IEC structure level characters within a Device tag so they can be replaced with a underscore
Submitted by
Michael B
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
match glassId
使用边界来匹配输出
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
3 Letras para clave Aeropuerto
Encuentra 3 letras para enlistar claves de Aeropuerto
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
temporary python files on replit
used in inotifywait command to check which file was modified last
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
GECOS and /etc/passwd
Pull out fields in /etc/password and group.
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
regex for name unicode
regex detect name unicode
Submitted by
hao.nguyen
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
https://*.youtube.com (www or non www)
Regex to check https://www.youtube.com or https://youtube.com
Submitted by
davidgaroro
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Add new line to every 2 sentences
-
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Transform: Translate()
Get translate transform from inline style property
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Record Date Rule (Semantic)
Record Date Rule (Semantic)
Submitted by
Kasshyap
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
matching filenames to episodes and/or season
i was having a difficult time matching delimited episode names AND season names. since episodes follow: show.name.Sxx.Exx.resolution.source ...
Submitted by
Gallo S. Chingon
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
GSN
split words to keywords
Submitted by
anonymous
-
a month ago
1
...
101
102
103
104
105
106
107
...
112
Dutch streetnames + housenumber + extension
Vote
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre2
/
^
(?<streetname>
\d
*
[
\p{L}\d
\'\/\-\.
]
+
)
[
,
\s
]
+
(?<housenumber>
\d
+
)
\s
*
(?<ext>
[
\p{L}
\d
\-\/\'
"
\(\)
]
*
)
$
/
iu
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 2 years ago