登录
首页 » python » python的正则表达式

python的正则表达式

于 2022-02-21 发布 文件大小:1.29 kB
0 94
下载积分: 2 下载次数: 1

代码说明:

python的正则表达式常用的几个点,包含:1导入,2:元字符之类,内容预览:元字符# d 匹配任何十进制数;相当于[0-9]# D 匹配任何非数字字符;相当于[^0-9]# s 匹配任何空白字符;相当于[ fv]# S 匹配任何非空白字符;相当于[^ fv]# w 匹配任何字母数字字符;相当于[a-zA-Z0-9_]# W 匹配任何非字母数字字符;相当于[^a-zA-Z0-9_]#  匹配一个单词边界,指单词和空格间的位置

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 卷积神经网络
    说明:  卷积神经网络原理介绍,实验使用,仅供参考(The principle of convolution neural network is introduced and used in experiment for reference only)
    2020-03-15 17:54:57下载
    积分:1
  • rest_python.tar
    regularly remind yourself a break under linux gadget python.
    2013-08-08 16:33:57下载
    积分:1
  • python 井字棋 游戏源码
    井字棋
    2021-05-06下载
    积分:1
  • Appium-Python-Client-0.26
    说明:  自动化测试,python自动化测试程序含教程(Automated testing,python automated testing procedures with tutorials)
    2020-06-19 22:40:01下载
    积分:1
  • flowshop-master(GA)
    利用遗传算法求解柔性车间调度问题,采用Python编程实现(Using Genetic Algorithm to Solve Flexible Workshop Scheduling Problem)
    2020-07-01 20:20:01下载
    积分:1
  • python 做的网络数据爬虫
    说明:  用python 做的网络数据爬虫,爬取淘宝数据,并分析。(Use Python to do the network data crawler, crawl the Taobao data, and analyze.)
    2020-02-25 18:34:31下载
    积分:1
  • -VRPTW-Python--master
    python源码,利用人工蚁群算法解决带时间窗的车辆调度问题。(Python source code, using artificial ant colony algorithm to solve the vehicle scheduling problem with time windows.)
    2020-11-08 21:49:48下载
    积分:1
  • 超级好玩的python画图例子
    超级好玩的python画图例子
    2020-01-03下载
    积分:1
  • Ch03
    Python 机器学习与实战 第三章 决策树分类问题(Python Machine Learning and practical decision tree classification Chapter III)
    2016-06-11 16:10:17下载
    积分:1
  • MLKNN-master
    说明:  多标签学习算法的相关资料学习,包含数据集和代码(the multi-label knn algorithm ,can use the code in python)
    2019-12-09 23:06:07下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载