예제 #1
0
string titleFromPath(const path& p,regex& r) {
	return regex_replace(p.basename(),r,"");
}