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,000 community submitted regex patterns...
0
test
Java 8
test
Submitted by
anonymous
-
2 years ago
0
P4 file info
.NET 7.0 (C#)
just p4 file command output match
Submitted by
anonymous
-
2 years ago
0
Remove useless zeroes.
ECMAScript (JavaScript)
Replaces the string with a version that doesn't have the zeroes at the beginning or end of the string.
Submitted by
anonymous
-
2 years ago
0
kiểm tra họ tên
PCRE2 (PHP >=7.3)
kiểm tra họ tên
Submitted by
anonymous
-
2 years ago
0
CAN regex
.NET 7.0 (C#)
n
Submitted by
anonymous
-
2 years ago
0
ITIN
PCRE2 (PHP >=7.3)
ITIN regex
Submitted by
anonymous
-
2 years ago
0
Tecnologie Web - Regex
PCRE (PHP <7.3)
REGEX per il progetto di tecnologie web
Submitted by
Federico Benedetti
-
2 years ago
0
BF / Trade Channel
PCRE2 (PHP >=7.3)
Extract trade_channel from branded_foods
Submitted by
anonymous
-
2 years ago
0
Avoid Unnecessary Whitespaces
PCRE2 (PHP >=7.3)
Avoid unnecessary whitespaces. Note: This uses substitution Click "Open regex in editor" to see the magic!
Submitted by
cool66
-
2 years ago
0
Best Facebook video ID regex
ECMAScript (JavaScript)
Best Facebook video ID regex
Submitted by
Vikas Kapadiya
-
2 years ago
0
BF / Trade Channel / One in each line
PCRE2 (PHP >=7.3)
BF > Trade Channel > One in each line
Submitted by
anonymous
-
2 years ago
0
Regex fullname (auth-service)
ECMAScript (JavaScript)
Full name is at least 2 words The words of full name are have uppercase character at the beginning and lowercase characters for the rest. Between two words is just a space character. Full name does not have space character at the beginning and the end of the string.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Throttling logs - C4C
PCRE2 (PHP >=7.3)
This is a parsing for Throttling logs in C4C account
Submitted by
anonymous
-
2 years ago
0
OOC Accion
PCRE2 (PHP >=7.3)
OOC Action
Submitted by
Ramiro
-
2 years ago
0
find filename in full path
ECMAScript (JavaScript)
Finds the filename when given a full path.
Submitted by
ground0hg
-
2 years ago
0
Replace "You9:99 PM" with empty space
PCRE2 (PHP >=7.3)
This regex search for You + a time (digit + : + 2 digits) + PM and deletes it
Submitted by
anonymous
-
2 years ago
0
Names from Wikipedia List
.NET 7.0 (C#)
Matches all names in a Wikipedia List, excluding names with suffixes (eg. Jr., III, PhD, etc.) or multiple middle names.
Submitted by
Brian Kozub
-
2 years ago
0
Switching items in a database
PCRE (PHP <7.3)
This is from "Learning the Vi editor", chapter 6 page 96
Submitted by
anonymous
-
2 years ago
0
匹配多个引用格式
PCRE2 (PHP >=7.3)
匹配多个引用格式
Submitted by
anonymous
-
2 years ago
0
Task6.1
.NET 7.0 (C#)
simple mail regex
Submitted by
anonymous
-
2 years ago
1
...
850
851
852
853
854
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
simple
)
(?!
[^
<>
]
*
>
)
/
gi
Open regex in editor
Description
expression to look for words in innerText & not in html tags as id or class or style name
Submitted by
umarfarukh
-
11 years ago