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 200 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Jira issue number
Golang
Matches and catches Jira issue number
Submitted by
anonymous
-
2 years ago
2022-04-26 09:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Golang Docker matcher
Golang
Used by me for docker-retagger
Submitted by
Roman Minebaev
-
2 years ago
2022-04-28 18:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
String length pattern
Golang
Simple search of string length with the regexp
Submitted by
anonymous
-
2 years ago
2022-05-10 05:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mikrotik Regex Firewall Log Golang
Golang
Regex para uso com Grafana Loki Log feito via Mangle, com prefix $user do freeradius.
Submitted by
Vitor Abbade
-
2 years ago
2022-05-18 12:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配邮箱
Golang
[A-Za-z0-9]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+) `
Submitted by
Lintao
-
2 years ago
2022-05-23 06:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Letras, número e traço
Golang
Substitui tudo que não for letra, número e traço
Submitted by
anonymous
-
a year ago
2022-07-26 13:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
oracle_package_new_type
Golang
find/replace oracle package body new type
Submitted by
anonymous
-
a year ago
2022-07-27 07:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match Date From DateTime ISO 8601
Golang
Match Date From DateTime ISO 8601
Submitted by
kuyaninja
-
a year ago
2022-08-22 10:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ruby Gemspec Versioning
Golang
Determine the version value in a gemspec configuration file
Submitted by
Ori
-
a year ago
2022-08-30 13:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
S3 Path with ending .json
Golang
S3 Path with ending .json
Submitted by
Sowmith
-
a year ago
2022-09-15 14:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get project name from git url
Golang
Used by Zarf to obtain the name of a repository when given a git URL.
Submitted by
Jonathan Perry
-
a year ago
2022-09-26 13:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Terraform Service Name
Golang
Useful for validating services in TF
Submitted by
Nick Zaccardi
-
a year ago
2022-11-10 23:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
super regex
Golang
Get every word ending with dot using Regex/VBA
Submitted by
anonymous
-
a year ago
2022-11-26 10:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPv4 Address Validation Regex
Golang
IPv4 Address Validation Regex
Submitted by
ulgena
-
a year ago
2022-12-09 13:08
(Last modified a year ago)
2022-12-09 13:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VLAN ID Validation Regex
Golang
VLAN ID Validation Regex Please use first segment or second depending on the Extended VLAN usage such as "1-256" or "1-4096" : Non-extended VLAN IDs (1-256), check v2 of the regex entry ...
Submitted by
ulgena
-
a year ago
2022-12-09 13:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date String ISO Pattern
Golang
Date String ISO Pattern matcher
Submitted by
Lucas Morais
-
a year ago
2022-12-19 15:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Golang Get variables In Js
Golang
To get
Submitted by
anonymous
-
a year ago
2023-01-06 18:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RE2 match of APRS-IS header information
Golang
This re2 (using Go in my case) matches the APRS-IS header. The format of the APRS-IS packet is TNC2 standard: SOURCE>DESTINATION,PATH:PACKET ...
Submitted by
Jack Hamm (jack@wv6l.net)
-
a year ago
2023-01-07 18:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
log timestamp
Golang
extract time stamp from log entry
Submitted by
anonymous
-
10 months ago
2023-01-30 15:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Anime Xdcc Name + Episode Regex
Golang
Parse XDCC filename strings for a name and episode. Appears to work for most major bots but unreliable for any data other than name and episode number/version
Submitted by
anonymous
-
10 months ago
2023-02-11 04:28
1
...
6
7
8
9
10
Letras, número e traço
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Golang
`
[^
a
-
z
\d
-
]
`
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
a year ago
2022-07-26 13:49