php正则表达式想截取某段字符,无法截取。
<?php$s='index.php?c=messge&f=write&p=4';if(preg_match('\index.php\w.*&p=',$s,$a)){ec...
<?php
$s='index.php?c=messge&f=write&p=4';
if(preg_match('\index.php\w.*&p=',$s,$a)){
echo $a[0];
};
我想截取s中的index.php?c=messge&f=write&p,当时正则表达式'\index.php\w.*&p='出错了,在一些测试网站测试是没问题的,求解。
补充一下:
$s='index.php?c=messge&f=write&p=4';
$s='index.php?c=me545ssge&f=writ444e&p=4';
$s='index.php?c=messge&p=4';
以上都可以截取index.php*********&p=; 展开
$s='index.php?c=messge&f=write&p=4';
if(preg_match('\index.php\w.*&p=',$s,$a)){
echo $a[0];
};
我想截取s中的index.php?c=messge&f=write&p,当时正则表达式'\index.php\w.*&p='出错了,在一些测试网站测试是没问题的,求解。
补充一下:
$s='index.php?c=messge&f=write&p=4';
$s='index.php?c=me545ssge&f=writ444e&p=4';
$s='index.php?c=messge&p=4';
以上都可以截取index.php*********&p=; 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询