Testing The SteemThat Broadcast Systemsteemthat (53)in #steemthat • 6 years ago Need to make to lowercase. so getelementID(tagone).value.tolowercase and then regex to do that #tagone #tagtwo
Forget the full bugged by side effects regex and use toLowerCase()
var str = "Hello World!";
var res = str.toLowerCase();