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





------- Additional comments from [EMAIL PROTECTED] Sat Jan 26 07:35:27 +0000 
2008 -------
I'm not convinced that this is a valid issue.
We should leave expressions with ([:space:]) out of it, as this is not a valid 
regex syntax - it works, but shouldn't, and is a known bug in OOo (see Regex 
Howto)

With \<(.)+\> \1
+ means match one or more of preceding character - not one or more of () group.

If we use

\<(.+)\> \1

the thing works correctly (yes it does find all 4 the's together, which it 
should being greedy)

Hope to help



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

Reply via email to