JSFiddle - React, Tailwind, and code Playground

by Jake

JavaScript

var t = 'This is mY Name .. _- ';

t = t.toLowerCase().replace(/[^a-z0-9]/g,'');

console.log(t);