import { trimExtend } from "https://deno.land/x/simple_utility@v2.0.9/src/pure/text.ts";
Trim head and tail blank, remove CR and consecutive space (tab, LF) to single space (tab, LF).
Examples
Example 1
Example 1
const format = trimExtend(" Lorem ipsum\r dolor sit \r\r amet. ");