Home
last modified time | relevance | path

Searched refs:removeDelimiters (Results 1 – 1 of 1) sorted by relevance

/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php201 $string = $this->removeDelimiters($string);
319 function removeDelimiters($string){ function in PARSEENTRIES
341 $string = $this->removeDelimiters($string);
363 $string .= $this->removeDelimiters(trim($val))." ";