str-normalize
v1.0.0
Published
Using regular expressions along with some common string methods to clean up text strings for things.
Downloads
7
Readme
str-normalize
Description
Using regular expressions along with some common string methods to clean up text strings for things.
Usage
import { strNormalize } from "str-normalize";
const textInput = `\
Vehicle military-grade 8-bit twork-space market ablative pistol rebar rifle. Monofilament towards ; rain saturation p,oint augmente()d r_-–—e=a+lity apo/?!;'"“”‘’|\\phenia vinyl paranoid tattoo.\
`;
console.log(strNormalize(textInput));