ALGO_REG top-level constant

String const ALGO_REG

ALGO_REG : ^[qpzry9x8gf2tvdw0s3jn54khce6mua7l]+$

Implementation

const String ALGO_REG = r'^[abcdefghijklmnopqrstuvwxyz234567]+$';