fn parse_normalize_rule(header: &str) -> Option<(String, String)>
Parses the regex and replacement values of a //@ normalize-* header, in the format:
//@ normalize-*
normalize-*: "REGEX" -> "REPLACEMENT"