Crop a string
#include "dip_string.h"
dip_Error dip_StringCrop ( str, length )
Crops str to length characters.
Data type | Name | Description |
dip_String | str | String to be cropped |
dip_int | length | New string length |
StringNew, StringCopy, StringCompare, StringCompareCaseInsensitive, StringCat, UnderscoreSpaces
DIPlib on-line documentation | Function reference | Global function index