Skip to content

Review and update the regex patterns in the measurement data protocol #18

@KGergo88

Description

@KGergo88

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

  • Review the regex related parts (mostly the protocol handlers)
  • Investigate the Qt regex features, like QRegularExpression.
  • Evaluate whether these could be made simpler by using Qt
  • Implement the changes
  • Extend the unit tests if necessary

Metadata

Metadata

Assignees

Labels

enhancementNew, or improved functionality

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions