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





------- Additional comments from [EMAIL PROTECTED] Tue Nov 15 03:21:08 -0800 
2005 -------
dbadams,

To filter for regular expressions choose condition '=', and in the Value field 
enter
for "contains":  .*YourSearch.*
for "begins with":  ^YourSearch.*

Note the '.*' dot asterisk expression for "zero or more occurrences of any
character" in both terms, and the '^' circumflex accent that anchors a term to
the start of a paragraph respectively cell content.

To negate a search (does not contain, does not start with) choose the condition
'<>'.

For further information on regular expressions plese see the online help topic
"regular expressions;list of".

  Eike

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