pub fn strip_status_prefix(input: &str) -> &str
Strip the AHB status prefix (Muss, Soll, Kann, X) from the input.
Returns the remainder of the string after the prefix, or the original string if no prefix is found.