UNPKG

scrapper-tools

Version:

Its in development but I use it in all my web automation project.

7 lines (6 loc) 119 B
export default (s): string => { return s .replace(/[^a-z0-9]/gi, '') .toLowerCase() .substring(0, 100) }