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

fpy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=38
                   |                            |261
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #3 from fpy <[email protected]> ---
How about regex already supported ? ->
https://help.libreoffice.org/latest/en-US/text/shared/01/02100001.html

you can using existing character properties with \p{} syntax, 
e.g. \p{Alnum}, \p{space}, \p{QMark}, ...
or define your own ranges, e.g [₁-₉₊₋₌₍₎]

to batch all these, the current recommendation is to use altsearch
https://extensions.libreoffice.org/en/extensions/show/70066
which has more velocity than the core F&R.

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

Reply via email to