Characters treated as whitespace by String.trim
const c = String.fromCodePoint(i);0x0D if ((c+"hello"+c).trim() === "hello") log(i);
const c = String.fromCodePoint(i);0x0D if ((c+"hello"+c).trim() === "hello") alert(i);