https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893
--- Comment #18 from Kyle Evans <[email protected]> --- (In reply to crb from comment #17) It's a one-liner to link sed against libregex instead of libc regex, bringing it up to parity with grep (i.e., \w, \W, \s, \S, \b, \B) -- the problem is that it might break a lot of things, it adds repetition operators to BREs that weren't previously there. If someone bogusly escaped one in the past that suddenly gets special behavior, we have to fix that. -- You are receiving this mail because: You are the assignee for the bug.
