欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

坑爹的正则,请问

程序员文章站 2024-02-17 00:02:16
...
坑爹的正则,请教
config.php

$_LANG['new_arrival'] = 'New Arrivals';
$_LANG['hot_products'] = 'Hot Products';
$_LANG['group_deals'] = 'Group Deals';
$_LANG['specials'] = "Specials";
$_LANG['after'] = '
Contact cu\'stomer



service for
order status and
other after-sales issues
';
$_LANG['group_deals'] = 'Group Deals';

$subject = file_get_contents("config.php");
$pattern = '这里正则要如何写呢';
preg_match_all($pattern, $subject, $matches);
print_r($matches);

我要取出等号后面的所有内容,正则要怎样写呢?
请注意等号后面字符串中的符号(单引号,双引号,转义符己及换行都要取到)。

结果如下:
1. 'New Arrivals'
2. 'Hot Products'
3. 'Group Deals'
4. "Specials"
5. '
Contact cu\'stomer



service for
order status and
other after-sales issues
'

网友评论

文明上网理性发言,请遵守 新闻评论服务协议

我要评论
  • 坑爹的正则,请问
  • 专题推荐

    作者信息
    坑爹的正则,请问

    认证0级讲师

    推荐视频教程
  • 坑爹的正则,请问javascript初级视频教程
  • 坑爹的正则,请问jquery 基础视频教程
  • 视频教程分类