| 280 |
Force the patterns to match only whole words. This is equivalent to having \eb |
Force the patterns to match only whole words. This is equivalent to having \eb |
| 281 |
at the start and end of the pattern. |
at the start and end of the pattern. |
| 282 |
.TP |
.TP |
| 283 |
\fB-x\fP, \fB--line-regex\fP, \fP--line-regexp\fP |
\fB-x\fP, \fB--line-regex\fP, \fB--line-regexp\fP |
| 284 |
Force the patterns to be anchored (each must start matching at the beginning of |
Force the patterns to be anchored (each must start matching at the beginning of |
| 285 |
a line) and in addition, require them to match entire lines. This is |
a line) and in addition, require them to match entire lines. This is |
| 286 |
equivalent to having ^ and $ characters at the start and end of each |
equivalent to having ^ and $ characters at the start and end of each |