alks
Version:
CLI for working with ALKS
9 lines • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAccountRegex = void 0;
const accountRegex = /([0-9]*)(\/)(ALKS)([a-zA-Z]*)([- ]*)([a-zA-Z0-9_-]*)/g;
function getAccountRegex() {
return accountRegex;
}
exports.getAccountRegex = getAccountRegex;
//# sourceMappingURL=getAccountRegex.js.map