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





------- Additional comments from [EMAIL PROTECTED] Fri Apr  6 18:12:26 +0000 
2007 -------
1. I just wanted to add a real life example.

My primary work involves auditing the whole medical activity taking place in a
big county. One frequent task is to count the number of different diagnoses for
individual patients.

The string looks like this: "B18.1; G20; I20.9; I12.9". These tokens represent
individual ICD10-coded diagnoses. So, I would like to count how many diagnoses
are there (i.e. FindCount(";",'the_string') + 1).

2. I found the code for *REGEXP* searches inside the ScInterpreter::ScSearch()
function. Unfortunately, I do NOT understand much of it and I fear that there is
NO good documentation on it.

I will try to implement a ScSearchCount() function later, just by cloning the
ScSearch() function.

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