<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.pcre.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ref.pcre.php',
    1 => 'PCRE İşlevleri',
    2 => 'PCRE İşlevleri',
  ),
  'up' => 
  array (
    0 => 'book.pcre.php',
    1 => 'PCRE',
  ),
  'prev' => 
  array (
    0 => 'reference.pcre.pattern.differences.php',
    1 => 'Perl ile Farklar',
  ),
  'next' => 
  array (
    0 => 'function.preg-filter.php',
    1 => 'preg_filter',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/pcre/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.pcre.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.pcre" class="reference">
 <h1 class="title">PCRE İşlevleri</h1>

 

































































<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="function.preg-filter.php">preg_filter</a> — Bir d&uuml;zenli ifade arama ve değiştirmesi yapar</li><li><a href="function.preg-grep.php">preg_grep</a> — D&uuml;zenli ifadeyle eşleşenleri i&ccedil;eren bir dizi d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.preg-last-error.php">preg_last_error</a> — Son PCRE d&uuml;zenli ifade aramasından d&ouml;nen hatayı d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.preg-last-error-msg.php">preg_last_error_msg</a> — Son PCRE d&uuml;zenli ifade işleminin hata iletisini d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.preg-match.php">preg_match</a> — Bir d&uuml;zenli ifadeyi eşleştirmeye &ccedil;alışır</li><li><a href="function.preg-match-all.php">preg_match_all</a> — Kapsamlı bir d&uuml;zenli ifade eşleştirmesi yapar</li><li><a href="function.preg-quote.php">preg_quote</a> — D&uuml;zenli ifadelerin &ouml;zel karakterlerini &ouml;nceler</li><li><a href="function.preg-replace.php">preg_replace</a> — D&uuml;zenli ifadeye g&ouml;re dizgede değişiklik yapar</li><li><a href="function.preg-replace-callback.php">preg_replace_callback</a> — Geri&ccedil;ağırım işlevi kullanarak d&uuml;zenli ifadeye g&ouml;re dizgede
  değişiklik yapar</li><li><a href="function.preg-replace-callback-array.php">preg_replace_callback_array</a> — Geri&ccedil;ağırım kullanarak d&uuml;zenli ifade arama ve değiştirmesi yapar</li><li><a href="function.preg-split.php">preg_split</a> — Dizgeyi d&uuml;zenli ifadeye g&ouml;re b&ouml;ler</li></ul>
</div>
<?php manual_footer($setup); ?>