mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
1 line
63 B
JavaScript
1 line
63 B
JavaScript
function c(r){return r.replace(/#|\(|\)|,|\s/g,"_")}export{c};
|