re.match:

match from the beginning of the string

re.search:

scan through the whole string to find a match

dash '-' inside square '[]' means a range. put dash in the end to just match a dash

最新文章

  1. tp文件上传;org/RBAC.class.php 权限类;think/page,class,php分页类;
  2. LR11.0 下载及破解
  3. MySQL数据库学习笔记(五)----MySQL字符串函数、日期时间函数
  4. 每天一个linux命令(41):at命令
  5. Codeforce Round #226 Div2
  6. 【转载】OGRE 内存管理
  7. ASP.NET中POST提交数据并跳转页面
  8. Ext JS学习第九天 Ext基础之 扩展原生的javascript对象
  9. python 进制 转换
  10. svn冲突意思
  11. Event对象中的target属性和currentTarget属性的区别
  12. React 入门学习笔记整理(五)—— state
  13. Practice3 阅读《构建之法》1-5章
  14. fjwc2019 D1T1 全连(dp+树状数组)
  15. MySQL把一个大表拆分多个表后,如何解决跨表查询效率问题
  16. C# 如何使用NPOI操作Excel以及读取合并单元格等
  17. 将linux上的Java代码上传到码云
  18. ajax方式提交文件到后台同时加其他参数
  19. 关于configure和Makefile
  20. od命令 查看二进制文件

热门文章

  1. HDU4965 Fast Matrix Calculation —— 矩阵乘法、快速幂
  2. java 接口自动化测试之数据请求的简单封装
  3. CISCO-从TFTP上上传/下载配置文件
  4. BZOJ_5415_[Noi2018]归程_kruscal重构树+倍增+最短路
  5. BZOJ_2002_[Hnoi2010]Bounce 弹飞绵羊_LCT
  6. spring boot 部署 发布
  7. PHP程序中的redis一些写法
  8. ViewerJS 一个在浏览器上查看 PDF 和电子表格的 JavaScript 库
  9. B - Equidistant String
  10. Flask_restful 插件实战笔记——基本概念与使用