[Libreoffice-bugs] [Bug 93337] Regular expression flag inverted

2015-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93337

--- Comment #2 from Rafael Strozi rstr...@globo.com ---
Created attachment 117817
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117817action=edit
REGEX PROBLEM

-- 
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


[Libreoffice-bugs] [Bug 93337] Regular expression flag inverted

2015-08-10 Thread bugzilla-daemon
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


[Libreoffice-bugs] [Bug 93337] Regular expression flag inverted

2015-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93337

Rafael Strozi rstr...@globo.com changed:

   What|Removed |Added

Version|5.0.0.3 rc  |5.0.0.5 release

-- 
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


[Libreoffice-bugs] [Bug 93337] Regular expression flag inverted

2015-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93337

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv miguelange...@libreoffice.org ---
Hi @Rafael, thanks for reporting.

I can't reproduce.

Please could you attach a sample, remember delete any private/personal
information.

-- 
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