Closed 4rz0 closed 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.
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.