pub fn split_pipe(raw: &str) -> (&str, &str)
Split a media reference on the first |, returning (path, attrs_str).
|
(path, attrs_str)
If there is no |, attrs_str is an empty string.
attrs_str