@genexus/web-standard-functions
Version:
GeneXus JavaScript standard functions library for web generators
17 lines • 527 B
JavaScript
// String test cases
export const testCases = [
["texto", "texto"],
[" texto", " texto"],
["texto ", "texto"],
[" texto ", " texto"],
[" texto", " texto"],
["texto ", "texto"],
[" texto ", " texto"],
[" te xto ", " te xto"],
[" \tte xto ", " \tte xto"],
[" \nte xto ", " \nte xto"],
[" \rte xto ", " \rte xto"],
[" \tte xto\t\n\r ", " \tte xto\t\n\r"],
[" 🧉😀\tte xto\t\r\n ", " 🧉😀\tte xto\t\r\n"]
];
//# sourceMappingURL=rtrim-cases.js.map