On Wed, 2004-06-30 at 21:56, Christian Weisgerber wrote: > POSIX doesn't specify any expression to match word boundaries. > \< and \> are GNU extensions. BSD offers [[:<:]] and [[:>:]] for > this, see re_format(7). thanks, that works. seems that i didn't read man regex carefully there really is a reference to re_format(7).