strip_comments

Function strip_comments 

Source
pub fn strip_comments(
    data: String,
    style: CommentStyle,
    remove_blanks: bool,
) -> Result<String, &'static str>