I have a bunch of files which I have to convert the names of to google standards. I could go and change it manually but I was wondering if there is an emacs binding for the same.
Basically I need to convert
- FileName.cpp to file_name.cpp
- FileName.h to file_name.h
and inside the cpp files
#include <FileName.h>
to #include <file_name.h>