BotBotMe / botbot-plugins

External plugins for BotBot.me
https://lincolnloop.com/blog/saying-goodbye-botbotme/
BSD 3-Clause "New" or "Revised" License
32 stars 21 forks source link

Minimise github greediness with \b RE specifier #22

Closed huonw closed 9 years ago

huonw commented 9 years ago

\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.