Im looking for a way using QRE to do something like the following

auto regEx = QRegularExpression( "(?<name>.*)" );
if ( regEx.match( string ) )
                auto newString = regEx.replace( string, "${name}" );


Using the standard set of regex subsitutions

Is this something anyone is looking at? Or is there a solution outthere?

Scott
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to