抽取路径中的第一个名字, 返回余下部分 * skip the first elem of path, return this elem * - skipelem("a/b/c", name) = "b/c" name = a * - skipelem("////a//c", name) = "c" name = a * - skipelem("///", name) = 0 */
source not stored for this graph (policy: none)
no test coverage detected