<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.text.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.pcre.php',
    1 => 'PCRE',
    2 => 'Regular Expressions (Perl-Compatible)',
  ),
  'up' => 
  array (
    0 => 'refs.basic.text.php',
    1 => 'Обробка тексту',
  ),
  'prev' => 
  array (
    0 => 'class.parle-parserexception.php',
    1 => 'Parle\\ParserException',
  ),
  'next' => 
  array (
    0 => 'intro.pcre.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/pcre/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.pcre.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.pcre" class="book">
 
 <h1 class="title">Regular Expressions (Perl-Compatible)</h1>
    

 

 







 




 






 







 









<ul class="chunklist chunklist_book"><li><a href="intro.pcre.php">Вступ</a></li><li><a href="pcre.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="pcre.installation.php">Встановлення</a></li><li><a href="pcre.configuration.php">Налаштування під час виконання</a></li></ul></li><li><a href="pcre.constants.php">Попередньо визначені константи</a></li><li><a href="pcre.examples.php">Приклади</a></li><li><a href="pcre.pattern.php">Шаблони PCRE</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="reference.pcre.pattern.syntax.php">PCRE regex syntax</a> — Pattern Syntax</li><li><a href="reference.pcre.pattern.modifiers.php">Possible modifiers in regex patterns</a> — Pattern Modifiers</li><li><a href="reference.pcre.pattern.differences.php">Differences From Perl</a> — Perl Differences</li></ul></li><li><a href="ref.pcre.php">Функції PCRE</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.preg-filter.php">preg_filter</a> — Perform a regular expression search and replace</li><li><a href="function.preg-grep.php">preg_grep</a> — Return array entries that match the pattern</li><li><a href="function.preg-last-error.php">preg_last_error</a> — Returns the error code of the last PCRE regex execution</li><li><a href="function.preg-last-error-msg.php">preg_last_error_msg</a> — Returns the error message of the last PCRE regex execution</li><li><a href="function.preg-match.php">preg_match</a> — Perform a regular expression match</li><li><a href="function.preg-match-all.php">preg_match_all</a> — Perform a global regular expression match</li><li><a href="function.preg-quote.php">preg_quote</a> — Quote regular expression characters</li><li><a href="function.preg-replace.php">preg_replace</a> — Perform a regular expression search and replace</li><li><a href="function.preg-replace-callback.php">preg_replace_callback</a> — Perform a regular expression search and replace using a callback</li><li><a href="function.preg-replace-callback-array.php">preg_replace_callback_array</a> — Perform a regular expression search and replace using callbacks</li><li><a href="function.preg-split.php">preg_split</a> — Split string by a regular expression</li></ul></li></ul></div><?php manual_footer($setup); ?>