Skip to main content
Latest
function textPurgeSuperfluous
import { textPurgeSuperfluous } from "https://deno.land/x/simple_utility@v2.1.0/mod.pure.ts";

Trim head and tail blank, remove CR and consecutive space, tab, LF to single space, tab, LF.

Examples

Example 1

const format = textPurgeSuperfluous("  Lorem ipsum\r dolor   sit  \r\r amet. ");

Parameters

data: string

Returns

string