Closed huonw closed 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.
\b
gh1234
gh<numbers>
Closes #13.
\b
is a zero-width matcher that matches word boundaries, so this requires thatgh1234
references occur as isolated words andgh<numbers>
embedded in a URL (or a username!) won't trigger.Closes #13.