Skip to main content

parse_flag_section

Function parse_flag_section 

Source
pub fn parse_flag_section(content: &str, flag_name: &str) -> Option<String>
Expand description

Extract the raw text body of a %FLAG name` section.

Returns the lines after %FORMAT(...) up to the next %FLAG or EOF.