Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 624 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 624 Bytes

MIT License

Issues

Only alphanumeric

Filters all non-alphanumeric characters in a text!

Installation

Install only-alphanumeric with npm

npm install only-alphanumeric

Usage/Examples

const oa = require("only-alphanumeric");

const filtered = oa.filterText("hello, how are you?");

console.log(filtered);

Authors