The project currently using the std::regex namespace for all the regular expression related tasks. Unfortunately this does not support more advanced regex functionalities, like named groups. It would make sense to review the regex related parts of the project and rewrite them with using the Qt regex features.
Todo
[ ] Review the regex related parts (mostly the protocol handlers)
Description
The project currently using the
std::regex
namespace for all the regular expression related tasks. Unfortunately this does not support more advanced regex functionalities, like named groups. It would make sense to review the regex related parts of the project and rewrite them with using the Qt regex features.Todo