DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

UnderscoreSpaces

Replace spaces with underscores

SYNOPSIS

#include "dip_string.h"

dip_Error dip_UnderscoreSpaces ( string )

FUNCTION

This function replaces spaces in string with underscores. This function works in-place.

ARGUMENTS

Data typeNameDescription
dip_StringstringString to be examined

SEE ALSO

StringAppend, StringCat, StringCompare, StringCompareCaseInsensitive, StringCopy, StringCrop, StringNew, StringReplace