Searched refs:escape_chars_re (Results 1 – 2 of 2) sorted by relevance
252 var $escape_chars_re; variable in Markdown_Parser270 $this->escape_chars_re = '['.preg_quote($this->escape_chars).']';1554 \\\\'.$this->escape_chars_re.'
161 this.escape_chars_re = '[' + tmp.join('') + ']';1570 '\\\\' + this.escape_chars_re +