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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,660 community submitted regex patterns...
0
phone regex validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
find including multiline
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
URL
ECMAScript (JavaScript)
https://regex101.com/r/VC5MsA/4
Submitted by
anonymous
-
4 years ago
0
CSB34 Account header
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get parent folder and file name from full path
PCRE (PHP <7.3)
This expr will get the parent folder and file name from a full path eg: c:\folder1\folder2\folder3\file1.txt returns folder3\file1.txt
Submitted by
anonymous
-
4 years ago
0
SF_KAFKA_CONNECTOR
PCRE (PHP <7.3)
Used for parsing logs of snowflake kafka connector
Submitted by
anonymous
-
4 years ago
0
Zabbix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
spark to scala
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
names_college_google_meet
PCRE (PHP <7.3)
Google meet names list
Submitted by
anonymous
-
4 years ago
0
ORIGIN_ALERT_NORMAL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
bold family
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
address dot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Get lines not commented with #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 2 years ago)
0
right string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
fa-tag finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ITI-18 ActiveParticipant und ParticipantObjectIdentification
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
EventTypeCode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Replace word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
Datacon url (behalve tampan/klantentool)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
532
533
534
535
536
...
633
Detect blank space
1
Regular Expression
PCRE (PHP <7.3)
/
[^
a
-
zA
-
Z0
-
9
]
/
g
Open regex in editor
Description
If regex = true the string contain blank space !
Submitted by
anonymous
-
8 years ago