Function mosaic::is_valid_label#
Defined in File session_name.hpp
Function Documentation#
-
bool mosaic::is_valid_label(const QString &label)#
BIDS labels are strictly alphanumeric: ‘-’ separates a key from its value and ‘_’ separates entities, so a label containing either would silently change the name’s structure rather than just look odd.