To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111430


User es changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |WONTFIX
--------------------------------------------------------------------------------
                 Summary|Regular expression replace|Find doesn't search inside
                        | spaces around single 0 ch| of found string
                        |ar                        |
--------------------------------------------------------------------------------




------- Additional comments from e...@openoffice.org Thu May  6 14:58:33 +0000 
2010 -------
This is not related to regular expressions but to the way the search proceeds:
the next occurrence of a string does not include occurrences which might be
inside of the found string:

Ex: provided (your example): 9   0   6,0   52
1st occurrence is: [9   0]   6,0   52
The second occurrence cannot second cannot be  9   [0   6],0   52 because "0" is
already part of the 1st occurrence.

If we came to search inside of a found string we would in some cases have loop
situations. And that's not really our goal... ;)

You have to search many times to find the occurrences left over.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to