Skip to content

Rose::StringUtility::untab

Expand horizontal tab characters.

Synopsis

Declared in <src/Rose/StringUtility/Convert.h>

[[visibility]]
std::string
untab(
    std::string const& str,
    size_t tabstops = 8,
    size_t firstcol = 0);

Return Value

String with expanded tabs.

Parameters

Name

Description

str

Input string.

tabstops

Tab stop size.

firstcol

Starting column offset.

Created with MrDocs