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
Проблем 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex Replace params SQL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Defects special char regex
PCRE (PHP <7.3)
Looking for reasonable terms with a special char in them
Submitted by
anonymous
-
4 years ago
0
nb section-subsection with marginal note
PCRE (PHP <7.3)
added experimental support for historical notes (?:]+historicalnote*>[\w,\.\s]+)?
Submitted by
anonymous
-
4 years ago
0
nb - section with marginal note finder
PCRE (PHP <7.3)
added experimental support for historical notes intercaleted between marginal note and section
Submitted by
anonymous
-
4 years ago
0
markdown link detector
PCRE (PHP <7.3)
Can find markdown links and give you the text and links. Ignores image links.
Submitted by
anonymous
-
4 years ago
0
Zshell - Parameter Name Regexp for TextMate Snippets
ECMAScript (JavaScript)
Zshell parameter name captures Attempts to capture a zsh parameter identifier inside a text selection—intended for use in TextMate snippets that want to do additional selection based replacements (using $TM_SELECTED_TEXT, or other expansion variables). Currently the pattern captures for all cases ...
Submitted by
anonymous
-
4 years ago
0
Get IdentityFile for Host in ssh_config
PCRE (PHP <7.3)
Sample regex to get the address to SSH IdentityFile for Host in ssh_config.
Submitted by
anonymous
-
4 years ago
0
valuta v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
group test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
jordan iban
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
jordan iban v5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Safmarine glossary
Python
no description available
Submitted by
anonymous
-
4 years ago
0
VS Code - Stylus Problem Matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Substitute Wordpress Theme Version Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
lista de cgr
Python
no description available
Submitted by
anonymous
-
4 years ago
0
remove multi-line text matches after matching multi-line pattern
PCRE (PHP <7.3)
works great for repeated text lines
Submitted by
irom77
-
4 years ago
0
Detect certain G Suite SKUs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Sample
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Problem 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
724
725
726
727
728
...
900
Community Library Entry
0
Regular Expression
Golang
`
(?s)
\.
GetModification
(?:
String
|
Number
|
Bool
|
Object
|
Array
)
\(
\s
*
[
"'
]
(
[
\w
\-
]
+
)
[
'"
]
\s
*
,
\s
*
(
[
"'
]
[^
"
]
*
[
'"
]
|
[
+-
]
?
(?:
\d
*
[
.
]
)?
\d
+
|
true
|
false
|
False
|
True
)
(?:
\s
*
,
\s
*
(?:
true
|
false
|
\d
+
|
"
[^
"
]
*
"
)
)?
\s
*
\)
`
gm
Open regex in editor
Description
Go SDK v2
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)