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
OOC Accion
PCRE2 (PHP >=7.3)
OOC Action
Submitted by
Ramiro
-
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
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
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
Best Facebook video ID regex
ECMAScript (JavaScript)
Best Facebook video ID regex
Submitted by
Vikas Kapadiya
-
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
BF / Trade Channel
PCRE2 (PHP >=7.3)
Extract trade_channel from branded_foods
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
ITIN
PCRE2 (PHP >=7.3)
ITIN regex
Submitted by
anonymous
-
2 years ago
0
CAN regex
.NET 7.0 (C#)
n
Submitted by
anonymous
-
2 years ago
1
Function argument in LScript
ECMAScript (JavaScript)
RegEx for finding each argument when creating a function in LScript programming language
Submitted by
anonymous
-
2 years ago
1
Function creation in LScript
ECMAScript (JavaScript)
RegEx for finding creation of a function in LScript programming language
Submitted by
anonymous
-
2 years ago
(Last modified 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
1
Function for LScript
ECMAScript (JavaScript)
RegEx for finding function in LScript programming language
Submitted by
anonymous
-
2 years ago
(Last modified 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
P4 file info
.NET 7.0 (C#)
just p4 file command output match
Submitted by
anonymous
-
2 years ago
1
Group first letter, Group Remaining letters, Group White space
PCRE (PHP <7.3)
first groups all white space $1 second groups all first letter of every word except capitals third groups remaining letters
Submitted by
slimelord
-
2 years ago
0
test
Java 8
test
Submitted by
anonymous
-
2 years ago
0
Phone Format ( FORK )
PCRE (PHP <7.3)
f
Submitted by
anonymous
-
2 years ago
-1
IP6 Validator Address (Simple)
PCRE2 (PHP >=7.3)
Short form validation of an IP6 address Less complex than other examples I have seen around
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
1
...
101
102
103
104
105
...
901
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
(
bool
|
byte
|
short
|
int
|
long
|
float
|
double
|
array
|
box
)
(
\[
(
(
.
*
,
)*
.
*
)
\]
)?
)
(
[
A
-
Za
-
z_
]
[
A
-
Za
-
z_0
-
9.
]
*
)
/
gm
Open regex in editor
Description
RegEx for finding each argument when creating a function in
LScript
programming language
Submitted by
anonymous
-
2 years ago