Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 492 Bytes

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));

Acknowledgments