_search_excerpt_replace(&$text)search/search.module, line 1210
Helper function for array_walk in search_except.
<?php function _search_excerpt_replace(&$text) { $text = preg_quote($text, '/'); } ?>