Skip to content

Port away from QRegExp

Volker Krause requested to merge work/vkrause/qt5compat-port into master

There's two unusual things here:

  • All expressions are fully anchored, making the old exactMatch() and match() equivalent.
  • capturedTexts() no longer contains empty strings for optional capture groups, so the list size can vary. Using captured() instead does what we need and even avoids the temporary list.

Merge request reports

Loading