Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,900 community submitted regex patterns...
0
section headers
Java 8
ff
Submitted by
ff
-
2 years ago
0
Working days
PCRE2 (PHP >=7.3)
Parses working days, extracting from them only the days of the week and hours of work. Only Cyrillic is supported.
Submitted by
anonymous
-
2 years ago
0
adreess validator test
PCRE2 (PHP >=7.3)
adreess validator test
Submitted by
anonymous
-
2 years ago
0
Universal Phone Regular Expression
PCRE2 (PHP >=7.3)
Universal Phone Regular Expression
Submitted by
Priy Ranjan Prakash
-
2 years ago
0
Capture of IEC Structure levels ==, =, ++, +
PCRE2 (PHP >=7.3)
Grabs all characters up to a single '+' sign
Submitted by
anonymous
-
2 years ago
(Last modified a year ago)
0
Check if is a roblox game
PCRE2 (PHP >=7.3)
Checks, if the value is a url of a roblox game
Submitted by
Justman10000
-
a year ago
0
Non space, alphanumeric, with four punctuation symbols (?!.,)
PCRE2 (PHP >=7.3)
Y
Submitted by
anonymous
-
a year ago
0
chapter
PCRE2 (PHP >=7.3)
a
Submitted by
anonymous
-
a year ago
0
Find all special characters in a Device Tag to be replaced
PCRE2 (PHP >=7.3)
Find all IEC structure level characters within a Device tag so they can be replaced with a underscore
Submitted by
Michael B
-
a year ago
0
match glassId
PCRE2 (PHP >=7.3)
使用边界来匹配输出
Submitted by
anonymous
-
a year ago
0
3 Letras para clave Aeropuerto
PCRE2 (PHP >=7.3)
Encuentra 3 letras para enlistar claves de Aeropuerto
Submitted by
anonymous
-
a year ago
0
temporary python files on replit
PCRE2 (PHP >=7.3)
used in inotifywait command to check which file was modified last
Submitted by
anonymous
-
a year ago
0
Split up text to 40 signs
Java 8
This splits a text into sequences of max. 40 chars, concatting with a pipe
Submitted by
anonymous
-
a year ago
0
GECOS and /etc/passwd
PCRE2 (PHP >=7.3)
Pull out fields in /etc/password and group.
Submitted by
anonymous
-
a year ago
0
regex for name unicode
PCRE2 (PHP >=7.3)
regex detect name unicode
Submitted by
hao.nguyen
-
a year ago
0
https://*.youtube.com (www or non www)
PCRE2 (PHP >=7.3)
Regex to check https://www.youtube.com or https://youtube.com
Submitted by
davidgaroro
-
a year ago
0
Add new line to every 2 sentences
PCRE2 (PHP >=7.3)
-
Submitted by
anonymous
-
a year ago
0
Transform: Translate()
PCRE2 (PHP >=7.3)
Get translate transform from inline style property
Submitted by
anonymous
-
a year ago
(Last modified a year ago)
0
Record Date Rule (Semantic)
PCRE2 (PHP >=7.3)
Record Date Rule (Semantic)
Submitted by
Kasshyap
-
a year ago
0
matching filenames to episodes and/or season
PCRE2 (PHP >=7.3)
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
-
a year ago
1
...
134
135
136
137
138
...
145
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
\p{L}\p{Mn}\p{Pd}
\'
\x{2019}
]
+
(
\s
[
\p{L}\p{Mn}\p{Pd}
\'
\x{2019}
]
+
)+
$
/
gm
Open regex in editor
Description
regex detect name unicode
Submitted by
hao.nguyen
-
a year ago