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...
1
C# constants from Unity3D's MonoBehaviour messages' docs
ECMAScript (JavaScript)
Create a static reference to the Unity MonoBehaviour messages. Select the "Messages from" http://docs.unity3d.com/ScriptReference/MonoBehaviour.html and substitute with: public const string $1 = "$1";
Submitted by
KiwiDevelop.com
-
10 years ago
1
qwe
PCRE (PHP <7.3)
qweqwe
Submitted by
qwe
-
10 years ago
1
The regex tested for all occurences of % that are not within quotation
PCRE (PHP <7.3)
all occurences of % that are not within quotation characters
Submitted by
Igor Savinkin
-
10 years ago
1
Find #'s
Python
no description available
Submitted by
anonymous
-
10 years ago
1
attributeselector
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
My test
PCRE (PHP <7.3)
My test
Submitted by
Mike
-
10 years ago
1
t-sql batch script parser
Python
Splits t-sql script into separated commands. useful for executing with adocommand object
Submitted by
kutsoff
-
10 years ago
1
VNC-58
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
tr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
reference
PCRE (PHP <7.3)
reference pattern checking
Submitted by
karthikeyan
-
10 years ago
1
Ham radio callsign
PCRE (PHP <7.3)
Use part 1, 3 , 5 for establish the portable callsign like 1 = DL/ 2 = F5UII 3 = /QRP
Submitted by
F5UII (http://www.fuii.net)
-
10 years ago
1
ZLNLB
PCRE (PHP <7.3)
Zero length negative lookbehind
Submitted by
anonymous
-
10 years ago
1
replace test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
tel:// and sms:// validator
PCRE (PHP <7.3)
Easly to check tel:// or sms:// protocols.
Submitted by
Erdem Arslan
-
10 years ago
1
Array formating
PCRE (PHP <7.3)
Check for correctly formatted array of this type: array(1,2,3,)
Submitted by
oneperfectsunrise
-
10 years ago
1
Array formating (serialized)
PCRE (PHP <7.3)
Check for correctly formatted array of this type: array('a', 'bb', 'ccccc',)
Submitted by
oneperfectsunrise
-
10 years ago
1
Code Review
PCRE (PHP <7.3)
username
Submitted by
Devon Parsons
-
10 years ago
1
transfer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
filter match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
How to limit total number of characters of match
ECMAScript (JavaScript)
I need to match a pattern as follows with the added limitation that the match must be exactly 7 characters long: /^\d[a-zA-Z]\d$/ In words, this is a 7 character sequence of 6 digits and one alphabetic character in any order. How do I limit the overall length to 7 using regex? Thanks!
Submitted by
Andy S
-
10 years ago
1
...
75
76
77
78
79
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
[^
:。ï¼
ï¼›
]
*
?
就是说
.
*
?
[
。ï¼
;?
]
/
g
Open regex in editor
Description
no description available
Submitted by
litianzhao
-
10 years ago