trim()
Data / String FunctionsDescription
Removes whitespace characters from the beginning and end of a string.
Syntax
std::string trim(std::string s)
Parameters
| Name | Type | Description |
|---|---|---|
| s | std::string | string to trim |
Returns
std::stringRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...