pub fn get_flags(input: &str) -> Vec<&str>
Returns a vector with all flags in a given input
It assumes that all characters in the input are convertable to a single u8 integer like ASCII.