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 18,020 community submitted regex patterns...
0
aria-label
PCRE2 (PHP >=7.3)
get google map pins labels
Submitted by
mpiasta
-
3 years ago
0
Klik import search
PCRE2 (PHP >=7.3)
Regex to search for Klik imports
Submitted by
anonymous
-
3 years ago
0
Match color string
PCRE2 (PHP >=7.3)
Match color string
Submitted by
EZ
-
3 years ago
0
usa number
ECMAScript (JavaScript)
using this regular expression you can implement usa number validation.
Submitted by
ebuy
-
3 years ago
0
web validation
PCRE2 (PHP >=7.3)
web validation
Submitted by
anonymous
-
3 years ago
0
web validation
PCRE2 (PHP >=7.3)
web validation
Submitted by
anonymous
-
3 years ago
0
extract xml fragments from text
PCRE2 (PHP >=7.3)
maybe useful if you want to enrich e.g. markup with xml fragments and analyse them (e.g. joplinApp with RestApi)
Submitted by
cookyr
-
3 years ago
0
css var regex
PCRE2 (PHP >=7.3)
css var regex
Submitted by
anonymous
-
3 years ago
0
extract id in filename psd from path ftp
ECMAScript (JavaScript)
extract id in filename psd from path ftp
Submitted by
loochanin
-
3 years ago
0
codigo da glosa quebrada, descricao quebrada e sem gp
PCRE2 (PHP >=7.3)
codigo da glosa quebrada, descricao quebrada e sem gp até o limite inferior
Submitted by
anonymous
-
3 years ago
0
Match Time HH:MM:SS
ECMAScript (JavaScript)
It checks for time in 24hr format with colon separator
Submitted by
OMKAR AGRAWAL
-
3 years ago
0
Parse WKT POINT
PCRE2 (PHP >=7.3)
Parse a WKT POINT string into longitude and latitude values
Submitted by
anonymous
-
3 years ago
0
numbered_paths
PCRE2 (PHP >=7.3)
Regex to captures paths starting with numbers
Submitted by
anonymous
-
3 years ago
0
CSS base64 data stream
ECMAScript (JavaScript)
Match Base64 data stream inside CSS file (WOFF/WOFF2)
Submitted by
Anoir Ben Tanfous
-
3 years ago
0
分组
ECMAScript (JavaScript)
显示分组
Submitted by
Jason
-
3 years ago
0
Public
PCRE (PHP <7.3)
Public view for my collection
Submitted by
anonymous
-
3 years ago
0
NDC
.NET 7.0 (C#)
parses all valid NDC codes with or without hyphens
Submitted by
joe.cox@fortyau.com
-
3 years ago
0
Detect space kernel between characters
PCRE (PHP <7.3)
Detect space kernel between characters
Submitted by
anonymous
-
3 years ago
0
Delete spaces between words only
PCRE (PHP <7.3)
Delete spaces between words only
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Delete spaces at beginning or end of a string
PCRE (PHP <7.3)
Delete spaces at beginning or end of a string
Submitted by
anonymous
-
3 years ago
1
...
485
486
487
488
489
...
901
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
\w
)
(
\w
+
)
/
gm
Open regex in editor
Description
Capitalizes first letter of each word and make the rest lower case
Submitted by
gabrielbergoc
-
2 years ago