To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64368
                  Issue #:|64368
                  Summary:|Inconsistant regex-support with named classes
                Component:|framework
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|Unix, X11
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|ui
              Assigned to:|tm
              Reported by:|villeroy





------- Additional comments from [EMAIL PROTECTED] Thu Apr 13 03:12:44 -0700 
2006 -------
The help on regular expressions states:
?  Matches one or none of the preceeding item
[:digit:]? Matches one single digit

In fact [:digit:]? -like the other named classes- matches one single digit while
[:digit:] does not match at all. 
1. This is contrary to the meaning of "?"
2. ^[:digit:]$ *does* match lines with a single digit as well as a calc-cell,
containing a single digit.
3. [0-9] and [0-9]? behave consistantly, according to POSIX (as far as I know it
from Emacs)

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