EleFits  5.0.0
A modern C++ API on top of CFITSIO

◆ trim()

std::string Euclid::Fits::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