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

◆ split()

std::vector< std::string > split ( const std::string input,
const std::string delimiters = "\n" 
)

Split a string given a set of character delimiters.

Parameters
inputThe input string
delimitersThe set of delimiters, each one being a single character