Skip to main content

unescape_reference

Function unescape_reference 

Source
pub fn unescape_reference(s: &str) -> String
Expand description

Unescape a reference from Links Notation format.

Reverses the escaping done by escape_reference.

§Arguments

  • s - The escaped reference string

§Returns

The unescaped string