hparra / gulp-rename

Rename files easily
MIT License
692 stars 73 forks source link

[qustion] How to replace spaces and underscores with dashes? #102

Open SamuelMiller opened 2 years ago

SamuelMiller commented 2 years ago

Hello, I don't know much about regex and how to use it with the gulp rename plugin.

How would I write a function to replace all spaces and underscores in filenames with dashes so that a name like img_234 q50.jpg would be changed to img-234-q50.jpg.

Thanks, Sam