Skip to main content

strip_status_prefix

Function strip_status_prefix 

Source
pub fn strip_status_prefix(input: &str) -> &str
Expand description

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.