Regular
Expressions
101
@regex101
Follow me on twitter!
Donate
Like regex101? Support it by donating!
Sponsor
Become a sponsor!
Contact
Send me an email
Bug Reports & Feedback
Bugs or suggestions go here
Wiki
Wiki (Info & FAQ)
Whats new?
Whats new?
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Consider a donation
Consider a donation
Become a sponsor
Become a sponsor
Save & Share
Save Regex
ctrl+s
Go to library entry
Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python 2.7
Golang
Java 8
Function
Match
Substitution
List
Unit Tests
Tools
Code Generator
Sponsor
Jamstack at Scale
Explanation
"
{
(
[^
{}
]
)
\|
album}
"
{
matches the character
{
literally (case sensitive)
1st Capturing Group
(
[^
{}
]
)
Match a single character not present in the list below
[^
{}
]
*
matches the previous token between
zero
and
unlimited
times, as many times as possible, giving back as needed
(greedy)
{}
matches a single character in the list
{}
(case sensitive)
\|
matches the character
|
literally (case sensitive)
album}
matches the characters
album}
literally (case sensitive)
Match Information
Your regular expression does not match the subject string.
Quick Reference
Regular Expression
v1
Select Regex Version
No Match
r"
Change delimiter
"
Set Regex Options
Copy to clipboard
Test String
Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.