MCUpdater / MCU-API

API-level code for MCUpdater
Apache License 2.0
1 stars 6 forks source link

regex matcher for MD5 #19

Closed 4rz0 closed 5 years ago

4rz0 commented 5 years ago

This adds a regex matcher to check for the MD5 sum. In line 33, a pattern is created that is the regex string to match MD5 sums (length, hex-values). Line 179 uses that pattern to match against an element's text.