DIPlib Documentation - ©1995-2005 Pattern Recognition 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

StringNew, StringCopy, StringCompare, StringCompareCaseInsensitive, StringCat, StringCrop

DIPlib on-line documentation | Function reference | Global function index