Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-15900

Extend support for regular expression replacement (named groups, modifiers, ...)

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 3.6.1
    • Editors

      When trying to change the casing (with QtCreator Search & Replace) from upper to lower case the regular expression doesn't work as it should.

      Search criteria:

      double (\w+); 
      

      Replace it with:

       
      \1(\L\1), 
      

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

            con Eike Ziller
            kileppal Kimmo Leppälä
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes