Remove Tabs in a String

In this lesson, we will learn how to remove tabs from a string using recursion.

What does “Removing Tabs from a String” mean?

Our task is to remove all tabs from a string. This includes the character \t and " " from a string.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.