UNPKG

alks

Version:
6 lines (4 loc) 140 B
const accountRegex = /([0-9]*)(\/)(ALKS)([a-zA-Z]*)([- ]*)([a-zA-Z0-9_-]*)/g; export function getAccountRegex() { return accountRegex; }