import { cleanText } from "https://deno.land/x/simple_utility@v1.5.2/mod.ts";
Clean up text with fixWidth()
and trimExtend()
.
Examples
Example 1
Example 1
const text = "1 + 1 = 2 ";
const format = cleanText(text);
import { cleanText } from "https://deno.land/x/simple_utility@v1.5.2/mod.ts";
Clean up text with fixWidth()
and trimExtend()
.
Example 1
const text = "1 + 1 = 2 ";
const format = cleanText(text);