sha256Regex property

RegExp sha256Regex
final

Regular expression to match SHA256 in URLs

Implementation

static final sha256Regex = RegExp(r'/([a-fA-F0-9]{64})(?:/|$)');