get_flags

Function get_flags 

Source
pub fn get_flags(input: &str) -> Vec<&str>
Expand description

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.