https://bugs.documentfoundation.org/show_bug.cgi?id=168323

V Stuart Foote <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
            Version|25.2.5.2 release            |4.0 all versions

--- Comment #3 from V Stuart Foote <[email protected]> ---
Seem to have an implementation issue with the ICU Regular Expressions.

The \d\R matches the new lines, but the \d with our LO specific $ paragraph end
regex gets misinterpreted.

None of these treat the $ as our paragraph end:

\d$

\d+$

\d?+$

\d{1}+$

Does our $ regex get mixed with ICU handling. Doesn't seem to be a recent
regression, same behavior at 6.4.7 release; but we weren't on ICU regex at
3.6.7 so the \d not matched.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to