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

A regular expression pattern gives unexpected results in QML and QJSEngine.

XMLWordPrintable

    • 9d9413f3d (dev), 9156754ab (6.8), bcacae916 (tqtc/lts-6.5)

      The following line "12345.897".replace(/\./g, ",").replace(/\B(?=(\d{3})+(?!\d))/g, ".") returns 12..345,897 in QML and QJSEngine. However, browser javascript environments return 12.345,897.

        For Gerrit Dashboard: QTBUG-130974
        # Subject Branch Project Status CR V

            ulherman Ulf Hermann
            mahdi.belila Mehdi Belila
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes