codec-utils v0.3.4replaceTabsOn this pagereplaceTabs Replaces the tab characters of a string with spaces export function replaceTabs( str: string, tab: string): string Arguments NameTypeDescriptionstrstringtabstring Return value string