Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 140 Bytes

File metadata and controls

7 lines (4 loc) · 140 Bytes

regex

GNU grep specific

word boundary

it is possible to declare word begin and word end with \<word\> instead of \bword\b.