Skip to main content

parse_facs_string

Function parse_facs_string 

Source
pub fn parse_facs_string(s: &str) -> FacsState
Expand description

Parse a FACS string such as "AU1+AU6+AU12" or "AU1A+AU12E".

Tokens are separated by '+'. Each token must start with "AU" (case- insensitive) followed by a decimal number and an optional intensity letter (AE). Missing intensity defaults to 1.0.