UNPKG

@abaplint/core

Version:
11 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttributeName = void 0; const combi_1 = require("../combi"); class AttributeName extends combi_1.Expression { getRunnable() { return (0, combi_1.regex)(/^(\/\w+\/)?(?!\*)[\w\d_\*\~%]+$/); } } exports.AttributeName = AttributeName; //# sourceMappingURL=attribute_name.js.map