Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Customer
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Sustitución de espacios en blanco al final y al principio de una cadena.
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Match non self closing tags HTML/XML tags
no description available
Submitted by
Richard Peng
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
golang
Hostname validation
Validates subdomain, root domain, and wild card domains
Submitted by
AnonymousDapper
-
6 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
golang
domain for Google Data Studio (re2 dialect)
Matches subdomain, domain and top level in a field that contains a urls. https://www.whatever.you.want ---> whatever.you.want
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
golang
Siebel Id
no description available
Submitted by
anonymous
-
7 years ago
1
...
7
8
9
10
Unreal Engine (UE_LOG) Parser - GoLang version
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
golang
`
(
\[
(?P<datetime>
.
+
)
\]\[
(?P<thread>
[^
\]
]
+
)
\]
)?
(?P<subsystem>
.
+
?
)
:
\s
*
(
(?P<level>
Fatal
|
Error
|
Warning
|
Log
)
:
\s
?
)?
(?P<msg>
.
+
)
`
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Mike McShaffry
- a year ago