To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111430
                 Issue #|111430
                 Summary|Regular expression replace spaces around single 0 char
               Component|Word processor
                 Version|OOO320m12
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|editing
             Assigned to|writerneedsconfirm
             Reported by|umbrogenser





------- Additional comments from umbrogen...@openoffice.org Thu May  6 14:20:42 
+0000 2010 -------
The following expression will not remove all spaces that is between numbers. If
a single digit occur and there is several spaces before it and after, then only
the spaces before will be replaced. The spaces behind will not be replaced as I
expect.

Purpose:
An array of number in text format is adjusted to right. I need to replace any
spaces between the numbers to tabs.

The expressions is as follows:
Search:  "([0-9]) +([-|0-9])"
Replace: "$1\t$2"

A sample document is attached. It describe the problem in more detail.

Tanks

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