[util-issues] [Issue 96868] Regex to replace first wor d with optional white space

2009-06-12 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96868


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Fri Jun 12 15:17:46 + 
2009 ---
closing duplicate.

-
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...@util.openoffice.org
For additional commands, e-mail: issues-h...@util.openoffice.org


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



[util-issues] [Issue 96868] Regex to replace first wor d with optional white space

2009-06-12 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96868


User cloph changed the following:

What|Old value |New value

  CC|''|'cloph'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |DUPLICATE





--- Additional comments from cl...@openoffice.org Fri Jun 12 15:17:28 + 
2009 ---
duplicate.

*** This issue has been marked as a duplicate of 95029 ***

-
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...@util.openoffice.org
For additional commands, e-mail: issues-h...@util.openoffice.org


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



[util-issues] [Issue 96868] Regex to replace first wor d with optional white space

2009-01-27 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96868


User mba changed the following:

What|Old value |New value

  Issue type|PATCH |DEFECT





--- Additional comments from m...@openoffice.org Tue Jan 27 12:54:12 + 
2009 ---
As no patch file is attached, I've set this issue type to "defect.



-
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...@util.openoffice.org
For additional commands, e-mail: issues-h...@util.openoffice.org


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



[util-issues] [Issue 96868] Regex to replace first wor d with optional white space

2008-12-03 Thread villeroy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96868
 Issue #|96868
 Summary|Regex to replace first word with optional white space
   Component|utilities
 Version|OOO300m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|automation
 Assigned to|mh
 Reported by|villeroy





--- Additional comments from [EMAIL PROTECTED] Wed Dec  3 22:46:20 + 
2008 ---
^[:space:]*[:alnum:]+[:space:]+
removes all words except for the last one when you replace with nothing.
With some replace string the first word gets replaced as expected.

Compared with
^[[:space:]]*[[:alnum:]]+[[:space:]]+
in emacs where it removes the first word as expected when you replace with 
nothing.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]