Re: using preg_match

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Ed,

did you try the backslash as escape character?

<?
$path = "testing/realtors/userdata/";
if(preg_match("/\/realtors/", $path)) {
echo 'Success';
}
?>

Works for me :o)

Maybe try http://de3.php.net/manual/en/function.preg-match.php too see some examples.

Good luck

Chris

----- Original Message ----- From: "Ed Curtis" <e_curtis@xxxxxxxxxxxxx>
To: <php-general@xxxxxxxxxxxxx>
Sent: Wednesday, May 16, 2007 2:12 PM
Subject:  using preg_match


I'm trying to use preg_match to find a string in a system path.

What I need to do is see if the string '/realtors' exists in a variable named '$path'.

I know '/' is used as a container within the command itself. How do I escape it to find the string '/realtors'?

Thanks,

Ed

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux