Searched defs:remove_prefix (Results 1 – 2 of 2) sorted by relevance
40 bool remove_prefix(std::string_view line, const char* prefix, const char** rest) { in remove_prefix() function
139 def remove_prefix(src, sub): function