Community post
Testing The SteemThat Broadcast System
Need to make to lowercase. so getelementID(tagone).value.tolowercase and then regex to do that
4th Street Bar
Hive-Bar
Browse freely. Sign in only when you want to participate.
Hive-Bar Powered by Hive beta-fdb5b5b
Community post
Need to make to lowercase. so getelementID(tagone).value.tolowercase and then regex to do that
Replies (1)
Forget the full bugged by side effects regex and use toLowerCase()
var str = "Hello World!";
var res = str.toLowerCase();