UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testCases = void 0; exports.testCases = [ ["texto", 10, "*", "texto*****"], ["texto", 5, "*", "texto"], ["texto", 6, "*", "texto*"] ]; //# sourceMappingURL=padright-cases.js.map