sha1 constant

Pattern const sha1

SHA1 regex

Implementation

static const Pattern sha1 = r'(([A-Fa-f0-9]{2}\:){19}[A-Fa-f0-9]{2}|[A-Fa-f0-9]{40})';