Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-4476

QRegExp does not follow precedence rules, i.e. "(\\\\|\\"|[^"])*" on "test \\" 123" does not result in "test \\" as first match

    XMLWordPrintable

Details

    Description

      QRegExp does not follow precedence rules correctly. Matching the string

      "test \\" 123"

      against the pattern

      "(\\\\|\\"|[^"])*"

      does not result in

      "test \\"

      being the first match.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            sthomass Stian Sandvik Thomassen (closed Nokia identity) (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes