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

      QRegExp does not follow precedence rules correctly. Matching the string

      "test \\" 123"

      against the pattern

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

      does not result in

      "test \\"

      being the first match.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes