Skip to content

alfredo-baratta/only-alphanumeric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Filters all non-alphanumeric characters in a text!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published