您的当前位置:TAGS -> 表达式
  • PHP正则表达式取编号数字

    后端开发2023年05月08日

    <?php $str = "1017-12关于如何使用PHP技术开发后台的应用讲解"; $pattern = '/[0-9]+\-?\_?[0-9]+/'; //0-9的数字多个,-符号0或1个,_符号0或1个,0-9的数字多个,结束 if(preg_match($p...

  • php正则表达式去掉超链接

    后端开发2023年05月06日

    $str='这篇文章分享的内容,主要讲解的是在<a href="https://www.19jp.com">php</a>中,如何使用正则表达式去掉超链接?' $str=preg_replace("(<a [^>]*>|</a>)&quot...

  • js正则表达式提取数字

    前端开发2023年05月05日

    caiji_url=https://www.abcd.com/zixun/time/2023-03-30/p3.html var pattern_max_num = /(?<=p)(\d{1,9})(?=\.html)/, max_num=caiji_url.match(pattern_max_num); $("...

  • 共23条记录  第3页/共3页
  • 首页
  • 上一页
  • 前五页
  • 1
  • 2
  • 3
  • 后五页
  • 下一页
  • 尾页