To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88102
                 Issue #|88102
                 Summary|Regex pattern for paragraph malfunction
               Component|Word processor
                 Version|OOo 2.4.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|editing
             Assigned to|mru
             Reported by|jvromans





------- Additional comments from [EMAIL PROTECTED] Wed Apr  9 13:45:04 +0000 
2008 -------
There are several bugs in the handling of the matching of paragraph begin and
end, making this facility very crippled.

The docs state that ^ and $ can be used to match begin / end of a paragraph.
However, patterns like foo$bar do not work since nothing is matched beyond $.
Similar ^. 

You can change $ (a lone paragraph mark) into something else, but not foo$ or 
$foo.

Suggested solution is to provide a special pattern (e.g., \p) that matches the
paragraph mark as an ordinary character.

Note that this is NOT a DUP of 15666.

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