Function cif::split_tag_name

Function Documentation

std::tuple<std::string, std::string> cif::split_tag_name(std::string_view tag)

return a tuple consisting of the category and item name for tag

The category name is stripped of its leading underscore character.

If no dot character was found, the category name is empty. That’s for cif 1.0 formatted data.