import * as simpleUtility from "https://deno.land/x/simple_utility@v2.0.9/src/pure/text.ts";
Functions
Accurately recognize string that contain character above | |
Clean up text with | |
Convert half-width string (ex: Japanese Kana) to full-width and full-width alphanumeric symbols to half-width. | |
Convert from hex string to binary. | |
Convert from binary to hex string. | |
f pad0 | Create string with zero padding at beginning of number. Output is 2 digits by default. |
Convert from any encoded binary to string. Default codec is SHIFT-JIS. | |
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. |