PHP正则匹配到2个字符串之间的内容方法

作者:宁不凡 时间:2024-05-11 10:12:18 

如下所示:


$preg= '/xue[\s\S]*?om/i';
preg_match_all($preg,"学并思网址xuebingsi.com",$res);
var_dump($res[0][0]);

来源:https://blog.csdn.net/qq_34489091/article/details/80791107

标签:PHP,正则,匹配,字符串
0
投稿

猜你喜欢

  • 改善IE6中a与a:hover的背景支持

    2009-11-27 18:50:00
  • python matplotlib饼状图参数及用法解析

    2021-08-25 16:02:52
  • pandas实现datetime64与unix时间戳互转

    2022-10-28 18:59:11
  • UCenter 批量添加用户的php代码

    2024-05-11 09:25:09
  • js跳转页面方法实现汇总

    2024-04-27 15:19:23
  • 教你用Python3+mysql8.0搭建Django框架

    2024-01-26 23:19:39
  • python 遗传算法求函数极值的实现代码

    2023-08-29 11:36:11
  • 基于python判断字符串括号是否闭合{}[]()

    2022-03-25 15:58:45
  • Python Socket实现简单TCP Server/client功能示例

    2021-05-21 19:19:46
  • IntelliJ IDEA连接MySQL数据库详细图解

    2024-01-13 13:18:38
  • 利用python进行接口测试及类型介绍

    2021-02-11 21:27:01
  • python爬虫之爬取百度翻译

    2022-04-03 19:30:45
  • Python3中详解fabfile的编写

    2022-08-09 14:33:08
  • python使用正则表达式提取网页URL的方法

    2023-10-09 16:27:18
  • Python 爬虫的工具列表大全

    2023-03-29 06:27:57
  • python修改操作系统时间的方法

    2022-10-14 14:13:29
  • Python与Appium实现手机APP自动化测试的示例代码

    2023-07-26 05:06:07
  • python爬虫获取百度首页内容教学

    2022-12-16 07:02:00
  • iframe框架用JavaScript子页面控制父页面

    2009-01-19 13:43:00
  • echarts报错Cannot read properties of null (reading ‘getAttribute‘)的解决

    2024-04-17 10:04:06
  • asp之家 网络编程 m.aspxhome.com