Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 2,640 community submitted regex patterns...
2
3 upvotes, 1 downvotes (score 30.1%) (You must be signed in to vote)
Regex tutorial
Java 8
Case insensitive match the whole word betwween \bword\b
Submitted by
anonymous
-
3 years ago
2020-07-01 10:00
(Last modified 4 months ago)
2023-07-20 07:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
totalsource
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 18:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
acountant
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
totalsource
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
conatact
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
sem
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 16:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 16:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 16:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cookie mask keywords
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-05-28 11:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cadence-Virtuoso_Multi_mode_Simulation
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-05-18 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Test
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-05-05 04:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
emojis
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-04-17 14:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Golang fmt verbs
Golang
Can be used to find all of the verbs in a golang format string. It will correctly extract verbs that would otherwise be specified by fmt.Sprintf, including their flags, width and precision. You can test it out on the fmt documentation, here: https://golang.org/pkg/fmt/
Submitted by
anonymous
-
4 years ago
2020-04-13 16:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-04-01 16:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Domain validation regex suitable for user input
Golang
This regexp can be used to validate domain names in Golang. While it cannot enforce the 253 character limit (with optional trailing period not included) that can be easily done with a len(domain) <= 253 check. This can be used as-is in other languages, even with RE2 regex engine. Non-capturing grou...
Submitted by
anonymous
-
4 years ago
2020-03-23 01:04
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Domain validation regex suitable for user input
Golang
This regexp can be used to validate domain names in Golang. While it cannot enforce the 253 character limit (with optional trailing period not included) that can be easily done by a simple len(domain) <= 253 check as well. This can be used as-is in other languages, even with RE2 regex engine. If po...
Submitted by
Alexander Dupuy
-
4 years ago
2020-03-22 22:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
KDE_Converter_Runner_Regex
Golang
WIP
Submitted by
anonymous
-
4 years ago
2020-02-26 18:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Boucle d'or
Golang
Attrape la famille ours
Submitted by
anonymous
-
4 years ago
2020-02-24 19:54
1
...
125
126
127
128
129
130
131
132
webforms detection
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
^
<
(?i)
(?:
input
|
textarea
|
\\
w
{0,}
TextBox
|
\\
w
{0,}
Field
)
.
*
(?:
name
|
id
)
=
(?:
\"
|
\'
)
\w
+
(?:
\"
|
\'
)
.
*
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Pandurang Patil
-
6 months ago
2023-05-19 04:56