Skip to content

Conversation

@commenthol
Copy link
Contributor

Make the world a bit safer...

# HipChat provides a version on Mac, but not on Windows.
# Needs to be before Chrome on Windows, and AppleMail on Mac.
- regex: '(HipChat)/?(\d+)?'
- regex: '(HipChat)/?(\d+|)'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious why add | become safer?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see http://www.regular-expressions.info/catastrophic.html?wlr=1
(\d+)? nests repetition operators where (\d+|) avoids this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants