pub fn osu_str_trimmer(s: &str) -> StringExpand description
Trims the given osu file string into something that can be tested for equality.
- Ignores all empty lines and key value pair’s spacing between the key and comma.
- Deletes
\u{feff}characters.