EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches

◆ trim()

std::string trim ( const std::string input,
const std::string characters = "" 
)

Trim a string given a set of characters.

Parameters
inputThe input string
charactersThe set characters to be trimmed, or "" for all white spaces