pub fn replace_once(html: &str, from: &str, to: &str) -> Option<String>
Replace the first occurrence of from with to (case-sensitive).
from
to