Replace tabs by spaces

I want to replace tabs in my log by spaces. How do I do it?

You should be able to use \t and \s to do this.