Posted by laredotornado@zipmail.com on 12/12/06 17:03
Hi, I'm having trouble with preg_match. I want to get the value in parenthese from this pattern $pattern = "/ab(.*)cde/"; $str = "abxyzcde"; What preg_match expression would i have to write to get the value "xyz" into a string? I'm using php 4.4.4. Thanks, - Dave
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming