Function cluster_index_from_string(string&)¶
Defined in File parser.hpp
Function Documentation¶
-
int cluster_index_from_string(string &S)
returns the suffix number of a string.
E.g. “abc_12” yields 12. ED WARNING : string argument is modified: the suffix is removed.