UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 198 B
// length test cases export const testCases = [ ["texto", 5], ["😀texto", 6], [" 😀texto", 7], ["Peñarol Campeón del Siglo !!!", 29] ]; //# sourceMappingURL=length-cases.js.map