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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #3 from Eike Rathke <[email protected]> ---
This has nothing to do with Wildcard search, the document has Regular
Expressions enabled.

This is not a bug. One has to understand how regular expressions work.
Specifically the ? and * operators can not be used the same as in wildcards.

3?5 means zero or one 3 followed by one 5. For the sequence "345" this matches
only 5.

3*5 means zero or more 3 followed by one 5. For the sequence "345" this matches
only 5.

For the available metacharacters, operators and set expressions in ICU and thus
LibreOffice see http://userguide.icu-project.org/strings/regexp

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to