import * as simpleUtility from "https://deno.land/x/simple_utility@v0.5.4/src/text.ts";
Functions
Accurately recognize string that contain character above | |
Convert from hex string to binary. | |
Convert from binary to hex string. | |
Trim head and tail blank, remove CR and consecutive space (tab, LF) to single space (tab, LF). | |
Convert from UTF-8 binary to string. | |
Convert from string to UTF-8 binary. |