[][src]Module voca_rs::escape

Escapes special characters in subject.

Functions

escape_html

Escapes HTML special characters < > & ' " insubject`.

escape_regexp

Escapes the regular expression special characters - [ ] / { } ( ) * + ? . \ ^ $ | in subject.

unescape_html

Unescapes HTML special characters from < > & " ' ` to corresponding < > & " ' insubject`.