From 0e8a9a7ecede1fe04168b5a89c1b4122f36c5098 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 18 Feb 2006 22:44:06 +0000 Subject: [PATCH] improve last example's regex git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207466 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/functions/preg-match.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/reference/pcre/functions/preg-match.xml b/reference/pcre/functions/preg-match.xml index a37540e8cf..186767bf16 100644 --- a/reference/pcre/functions/preg-match.xml +++ b/reference/pcre/functions/preg-match.xml @@ -1,5 +1,5 @@ - + @@ -180,19 +180,17 @@ if (preg_match("/\bweb\b/i", "PHP is the website scripting language of choice.") ]]> - - This example will produce: - + &example.outputs;