pub fn removed(text: &str, id: &str) -> Option<String>
text without the entry declared as id, or None if there is none.
text
id
None