UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

11 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testCases = void 0; // length test cases exports.testCases = [ ["texto", 5], ["😀texto", 6], [" 😀texto", 7], ["Peñarol Campeón del Siglo !!!", 29] ]; //# sourceMappingURL=length-cases.js.map