Skip to main content

FS_GREP_WORD

Constant FS_GREP_WORD 

Source
pub const FS_GREP_WORD: u8 = _; // 8u8
Expand description

Match only whole words: the pattern is wrapped in \b(?:...)\b after any literal escaping, so it composes with either mode. Same semantics as blit terminal grep --word-regexp.