Skip to content

renrem

Efficiency and not wasting time have been my main concern for years. Since I was renaming and removing files a lot for versus tests, I had to rename or remove them in bulk. So renrem renames or removes files in bulk based on regex (Regular Expressions)

Note

Since regex library in CPP was not as complete as I wanted, I ended up using boost library

source code

It is available on https://github.com/shakibamoshiri/renrem