UNPKG

thelounge

Version:

The self-hosted Web IRC client

6 lines (4 loc) 106 B
"use strict"; module.exports = function(orig) { return orig.toLowerCase().replace(/[^a-z0-9]/, "-"); };