UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

17 lines 508 B
// 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=trim-cases.js.map