Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.

Minimise github greediness with \b RE specifier#22

Merged
yml merged 1 commit intoBotBotMe:masterfrom
huonw:patch-1
Jan 12, 2015
Merged

Minimise github greediness with \b RE specifier#22
yml merged 1 commit intoBotBotMe:masterfrom
huonw:patch-1

Conversation

@huonw
Copy link
Copy Markdown
Contributor

@huonw huonw commented Jan 12, 2015

\b is a zero-width matcher that matches word boundaries, so this requires that gh1234 references occur as isolated words and gh<numbers> embedded in a URL (or a username!) won't trigger.

Closes #13.

`\b` is a zero-width matcher that matches word boundaries, so this requires that `gh1234` references occur as isolated words and `gh<numbers>` embedded in a URL (or a username!) won't trigger.

Closes BotBotMe#13.
yml added a commit that referenced this pull request Jan 12, 2015
Minimise github greediness with \b RE specifier
@yml yml merged commit 82be820 into BotBotMe:master Jan 12, 2015
@huonw huonw deleted the patch-1 branch January 12, 2015 10:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub is (still) too greedy

2 participants