Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/fr/book.pcre.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'fr',
),
'this' =>
array (
0 => 'book.pcre.php',
1 => 'PCRE',
),
'up' =>
array (
0 => 'refs.basic.text.php',
1 => 'Traitement du texte',
),
'prev' =>
array (
0 => 'function.bbcode-set-flags.php',
1 => 'bbcode_set_flags',
),
'next' =>
array (
0 => 'intro.pcre.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Expressions rationnelles (compatible Perl)</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.pcre.php">Introduction</a></li><li><a href="pcre.setup.php">Installation/Configuration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="pcre.requirements.php">Pré-requis</a></li><li><a href="pcre.installation.php">Installation</a></li><li><a href="pcre.configuration.php">Configuration à l'exécution</a></li><li><a href="pcre.resources.php">Types de ressources</a></li></ul></li><li><a href="pcre.constants.php">Constantes pré-définies</a></li><li><a href="pcre.examples.php">Exemples</a></li><li><a href="pcre.pattern.php">Masques PCRE</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="reference.pcre.pattern.modifiers.php">Options disponibles pour les expressions rationnelles</a> — Options de recherche</li><li><a href="reference.pcre.pattern.differences.php">Différences avec Perl</a></li><li><a href="reference.pcre.pattern.syntax.php">Fonctionnement des expressions rationnelles</a> — Syntaxe des masques</li></ul></li><li><a href="ref.pcre.php">Fonctions PCRE</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.preg-filter.php">preg_filter</a> — Recherche et remplace avec une expression rationnelle</li><li><a href="function.preg-grep.php">preg_grep</a> — Retourne un tableau avec les résultats de la recherche</li><li><a href="function.preg-last-error.php">preg_last_error</a> — Retourne le code erreur de la dernière expression PCRE exécutée</li><li><a href="function.preg-match-all.php">preg_match_all</a> — Expression rationnelle globale</li><li><a href="function.preg-match.php">preg_match</a> — Expression rationnelle standard</li><li><a href="function.preg-quote.php">preg_quote</a> — Protection des caractères spéciaux des expressions rationnelles</li><li><a href="function.preg-replace-callback.php">preg_replace_callback</a> — Rechercher et remplacer par expression rationnelle standard en utilisant une fonction de callback</li><li><a href="function.preg-replace.php">preg_replace</a> — Rechercher et remplacer par expression rationnelle standard</li><li><a href="function.preg-split.php">preg_split</a> — Éclate une chaîne par expression rationnelle</li></ul></li></ul></div><?php manual_footer(); ?>