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