Article Topic Learning Download Q&A Programming Dictionary Game Recent Updates
LOGIN
简体中文(ZH-CN) English(EN) 繁体中文(ZH-TW) 日本語(JA) 한국어(KO) Melayu(MS) Français(FR) Deutsch(DE)
正则表达式

正则表达式discussion group

Team members:4 | Topic:38

group leader:猪哥

正则表达式是烦琐的,但它是强大的,学会之后的应用会让你除了提高效率外,会给你带来绝对的成就感。只要认真阅读本教程,加上应用的时候进行一定的参考,掌握正则表达式不是问题。

+ Join the group
  • New
  • Recommended topics
  • How to perform column alignment (cut alignment) in notepad+++

    INSERT INTO (c1,c2,c3,c4,c5,c6) tableselect a,b,c,d,e,f from table INSERT INTO (c1,c2,c3,c4,c5,c6select a,b, c...

    From[正则表达式discussion group]2019-09-25 13:31:49 0 0 2848

  • 字母开头的正则表达式怎么写?

    01-01G05B19/05(2006.01)IF26B9/06(2006.01)I_12类似于以上这四条的数据,要求判断是否是[A-Z]字母开头的记录,还是数字开头的记录。01-01 G05B19/05(2006.01...

    From[正则表达式discussion group]2016-11-11 11:43:29 0 2 2444

  • 正则怎么让输入框只输入正整数?

    在一个input框,希望正则验证输入的值只是正整数

    From[正则表达式discussion group]2017-03-16 14:42:11 0 2 1580

  • 13800000001|!|你好,快递【京东】|^|13800000002|!|你好,快递【顺丰】提取的正则

    13800000001|!|你好,快递【京东】|^|13800000002|!|你好,快递【顺丰】我的需求是每条信息分为手机号和内容,内容包括最后【】包含的签名,每条信息用|^|分割,手机和内容用|!|分割,请问php怎...

    From[正则表达式discussion group]2016-11-11 09:42:28 0 2 1449

  • 一个简单的正则匹配问题?

    In [33]: re.match('ab\\*c','ab*cd')Out[33]: <_sre.SRE_Match object; span=(0, 4), match='...

    From[正则表达式discussion group]2017-02-20 14:32:23 0 2 1400

  • 序列号的正则表达式简化

    如果想匹配如下形式的序列号,每组5个字符A-Z0-9,一共四个"-"间隔,该如何写正则表达式?EV7EM-MEHJS-54RK5-WQOXY看了一下教程,不是很明白,只能暂且写了个这样的:var&nb...

    From[正则表达式discussion group]2016-11-11 13:16:08 0 1 1259

  • 正则去掉代码中的单行和多行注释问题

    最近做个代码解析工具出现了问题,就是正则去掉代码中的单行和多行注释,但是对于http://这样的内容会被去掉了,然后代码无法执行,想问下,应该怎么过滤点这种呢?

    From[正则表达式discussion group]2016-11-11 13:54:23 0 2 1185

  • 正则:将一串数字的每3个就用逗号分开的问题

    '12334565632'.replace(/(\d)(?=(\d{3})+$)/g, "$1,");//结果:"12,334,565,632"上边这个是网上找的,...

    From[正则表达式discussion group]2016-11-10 11:42:51 0 4 1166

  • 求一个满足不是xx且不是xxx这种的正则表达式

    原始文本(等号后面是数字,可能有多位):result=0 result=12 result=123 result=231 ......我想要一个正则,把不是result=0并且不是result=12的行筛选出来我现在知道...

    From[正则表达式discussion group]2016-11-11 13:46:33 0 2 1165

  • /[^\.\d]/g 求解释, 正则表达式

    value.replace(/[^\.\d]/g, "")谁帮我解释下这个正则表达式,谢谢

    From[正则表达式discussion group]2016-11-11 09:45:39 0 2 1146

  • 正则表达式怎么匹配某些条件并且排除某些条件

    比如字符串:"

    哈哈哈
    哈哈哈呵哈
    哈哈
    "想要匹配到

    From[正则表达式discussion group]2016-11-10 15:20:02 0 2 1138

  • 正则 re.findall(r'x?','xy123'),x 重复 0 次是什么意思?

    >>> re.findall(r'xy','xy123') #从源文本 xy123 中找 xy 刚好找到一个。 ['xy'] >...

    From[正则表达式discussion group]2016-11-07 14:41:54 0 1 1115

  • mongodb 正则表达式 查询--查询collection中某个属性中是否含有号码

    查询collection中某个属性中是否含有号码我看官方文档似乎是只支持简单的匹配。情况如下. {"DESC" : "保存注册基本信息,用户名:管理员,手机号:...

    From[正则表达式discussion group]2016-11-11 10:33:31 0 2 1084

  • 求个正则表达式~~~~

    我想获取http://www.fef.com/product/123465的http://www.fef.com求助下正则谢谢

    From[正则表达式discussion group]2016-11-11 10:15:14 0 3 1075

  • Ask a question about regular expressions

    Looking at other people's php source code, it is written like this $template = preg_replace_callback("/[\...

    From[正则表达式discussion group]2018-05-07 11:21:58 0 0 1065

    Previous 1 2 3 Next
Enter the group list +Post Topic
organization structure
group leader
  • 天蓬老师

    天蓬老师

  • 西门大官人

    西门大官人

  • 查无此人

    查无此人

  • 灭绝师太

    灭绝师太

Latest addition
  • 周学之

    周学之

  • 移动用户-3680192

    移动用户-3680192

  • phpcn_u31643

    phpcn_u31643

  • ringa_lee

    ringa_lee

Hot topic
  • 106483Industry giant, who talks about PHP authors in detail, appeared on the PHP Chinese website live broadcast to give away 300 books, which is a super benefit for students of the PHP Chinese website!
  • 71540The book-delivery activity in T Building has started again! ! ! Reply and take home a programming book! (over)
  • 64803The T building will give away servers and mouse pads on a first-come, first-served basis!
  • 62669PHP Chinese website large-scale live broadcast public welfare free class registration post. . .
  • 58778PHP Chinese community is online! ! ! ! Books are given away! ! ! (Finish)
  • 53135PHP Chinese website's large-scale public welfare live broadcast is about to start! Develop PHP framework from scratch, and use the original development framework to imitate the Encyclopedia of Embarrassing Things website (ended)
  • 49897T Building activity has started again!!! Courses worth 1,300 yuan are waiting for you (has ended)
  • 40095What feelings and suggestions do you have to say about php Chinese website APP?
  • 37903python 怎样随机生成中文字符?
  • 37524[Exclusive full illustration] Download and installation of ThinkPHP6 framework
  • Home
  • PHP Video
  • PHP Practice
  • php code
  • PHP manual
  • Programming Dictionary

php.cn:Public welfare online PHP training,Help PHP learners grow quickly!ICP License:苏B2-20210495

Copyright 2014-2024 //m.sbmmt.com/ All Rights ReservedSu ICP Filing No 2020058653号-1About usDisclaimer