Next Previous Contents

76. strtrim

Synopsis

Remove whitespace from the ends of a string

Usage

String_Type strtrim (String_Type s)

Description

The strtrim function removes all leading and trailing whitespace characters from the string s and returns the result. Whitespace is defined to be any combination of spaces, tabs, and newline characters.

See Also

int, strlow, strup, strcompress


Next Previous Contents