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

m.a.riosv <miguelange...@libreoffice.org> changed:

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

--- Comment #3 from m.a.riosv <miguelange...@libreoffice.org> ---
I see now, but sorry, regular expression doesn't work as you are using it.
Wildcards don't work alone and not in the same way than in 123 or excel.

Instead only '*' use '.*', search for TEST.*

'.' Represents any single character except for a line break or paragraph break.
For example, the search term "sh.rt" returns both "shirt" and "short".

'*' Finds zero or more of the characters in front of the "*". For example,
"Ab*c" finds "Ac", "Abc", "Abbc", "Abbbc", and so on.

Please take a look in the help for regular expressions. They are really
powerful much more than wildcards.

Please if you are not agree, reopen it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to