https://issues.apache.org/ooo/show_bug.cgi?id=121644
--- Comment #6 from Joe Smith <[email protected]> --- > \b word boundary - defined in AOO. > \B not a word boundary - not defined in AOO. I'm not sure what you mean by "defined" here. Both are defined by the Boost regex documentation, here: http://www.boost.org/doc/libs/1_43_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html#boost_regex.syntax.perl_syntax.word_boundaries And both work correctly when used with alphanumeric characters, for example \bT finds only the "T" at the beginning of THANK, not in PAYMENT \BT finds only the "T" in PAYMENT, not in THANK Neither works correctly when used with non-alpha characters. Could be a bug in Boost, I suppose. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
