osu_str_trimmer

Function osu_str_trimmer 

Source
pub fn osu_str_trimmer(s: &str) -> String
Expand 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.