E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Python正则表达式
python正则表达式
首先,运行Python解释器,导入re模块并编译一个RE: #!python Python2.2.2(#1,Feb102003,12:57:01) >>>importre >>>p=re.compile('[a-z]+') >>>p 现在,你可以试着用RE的[a-z]+去匹配不同的字符串。一个空字符串将根本不能匹配,因为+的意思是“一个或更多的重复次数”。在这种情况下match()将返回
xiaomage234
·
2009-07-02 12:00
使用
Python正则表达式
从文章中取出所有图片路径
使用
Python正则表达式
从文章中取出所有图片路径importrename='''youtestthisisformae,testforyoujustliook'''result=re.findall(
生命科学领域的专业信息解决方案!
·
2009-05-26 21:00
Python正则表达式
操作指南
阅读更多Org:http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97原文出处:http://www.amk.ca/python/howto/regex/原文作者:A.M.Kuchling(
[email protected]
)授权许可:创作共
cai555
·
2009-04-10 00:00
正则表达式
Python
设计模式
搜索引擎
BREW
Python正则表达式
操作指南
Org: http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97 原文出处:http://www.amk.ca/python/howto/regex/ 原文作者:A.M. Kuchling (amk@amk
cai555
·
2009-04-10 00:00
设计模式
搜索引擎
正则表达式
python
brew
Python正则表达式
操作指南
Org: http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97 原文出处:http://www.amk.ca/python/howto/regex/ 原文作者:A.M. Kuchling (amk@amk
cai555
·
2009-04-10 00:00
设计模式
正则表达式
搜索引擎
python
brew
Python正则表达式
操作指南
阅读更多Org:http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97原文出处:http://www.amk.ca/python/howto/regex/原文作者:A.M.Kuchling(
[email protected]
)授权许可:创作共
cai555
·
2009-04-10 00:00
正则表达式
Python
设计模式
搜索引擎
BREW
Python正则表达式
操作指南
Org: http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97 原文出处:http://www.amk.ca/python/howto/regex/ 原文作者:A.M. Kuchling (amk@amk
cai555
·
2009-04-10 00:00
设计模式
正则表达式
python
搜索引擎
brew
python正则表达式
分析新浪网天气预报,通过pyfetion发送短信的代码
版权声明请尊重原创作品。转载请保持文章完整性,并以超链接形式注明原始作者“tingsking18”和主站点地址,方便其他朋友提问和指正。 代码如下: #coding=utf-8importosimportreimporturllibimportemailimportmimetypesimportsysimportPyFetionimportsqlite3defsendFetion(PhoneNO
tingsking18
·
2009-03-31 07:00
exception
正则表达式
python
sqlite
Class
lambda
python正则表达式
分析新浪网天气预报,通过pyfetion发送短信的代码
版权声明 请尊重原创作品。转载请保持文章完整性,并以超链接形式注明原始作者“tingsking18”和主站点地址,方便其他朋友提问和指正。 代码如下: #coding=utf-8 import os import re import urllib import email import mimetypes import sys import PyFetion import sqlite3
buliedian
·
2009-03-31 07:00
PHP
python
正则表达式
OS
mobile
用
python正则表达式
提取网页的url
用正则表达式提取URL import re import urllib url=raw_input() s=urllib.urlopen(url).read() ss=s.replace('\n','') urls=re.findall('<a.*?href=.*?<\/a>',ss,re.I) for i in urls:
ipython
·
2009-02-15 11:00
正则表达式
python
Python正则表达式
http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97 http://www.pythontik.com/blog/article.asp?id=150 http://www.juyimeng
xiaobian
·
2009-02-05 16:00
正则表达式
python
ubuntu
asp.net
asp
Python正则表达式
http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97 http://www.pythontik.com/blog/article.asp?id=150 http://www.juyimeng
xiaobian
·
2009-02-05 16:00
python
正则表达式
ubuntu
asp.net
asp
Python正则表达式
的几种匹配用法
下面列出
Python正则表达式
的几种匹配用法:1.测试正则表达式是否匹配字符串的全部或部分regex=ur""#正则表达式ifre.search(regex,subject): do_something
suiyunonghen
·
2009-01-12 22:00
正则表达式
python
object
String
regex
branch
URLConf技巧-django
命名组规则: 在
Python正则表达式
中,命名的正则表达式组的语法是(?Ppattern),这里name是组的名字,而pattern是匹配的某个模式。
jiangnanandi
·
2009-01-05 00:00
html
django
正则表达式
list
url
import
Python正则表达式
操作指南
摘要本文是通过Python的re模块来使用正则表达式的一个入门教程,和库参考手册的对应章节相比,更为浅显易懂、循序渐进。本文可以从http://www.amk.ca/python/howto捕获目录目录1简介2简单模式2.1字符匹配2.2重复3使用正则表达式3.1编译正则表达式3.2反斜杠的麻烦3.3执行匹配3.4模块级函数3.5编译标志4更多模式功能4.1更多的元字符4.2分组4.3无捕获组和命
yanshl_1981
·
2008-09-10 10:00
Linux
正则表达式
python
扩展
whitespace
引擎
search
比较详细
Python正则表达式
操作指南(re使用)
就其本质而言,正则表达式(或RE)是一种小型的、高度专业化的编程语言,(在Python中)它内嵌在Python中,并通过re模块实现。使用这个小型语言,你可以为想要匹配的相应字符串集指定规则;该字符串集可能包含英文语句、e-mail地址、TeX命令或任何你想搞定的东西。然後你可以问诸如“这个字符串匹配该模式吗?”或“在这个字符串中是否有部分匹配该模式呢?”。你也可以使用RE以各种方式来修改或分割字
·
2008-09-06 14:42
如何在正则表达式中完成特定数字的查找
(本文的例子使用python完成)参考:
Python正则表达式
操作指南http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%
csdnxw
·
2008-07-06 13:00
c
python
正则表达式
Python正则表达式
操作指南
[转自Ubuntu.org.cn]
Python正则表达式
操作指南出自Ubuntu中文原文出处:http://www.amk.ca/python/howto/regex/原文作者:A.M.Kuchling
bashendan
·
2007-12-15 16:00
Python正则表达式
操作指南
出自Ubuntu中文原文出处:http://www.amk.ca/python/howto/regex/原文作者:A.M.Kuchling(
[email protected]
)授权许可:创作共享协议翻译人员:FireHare校对人员:Leal适用版本:Python1.5及後续版本摘要本文是通过Python的re模块来使用正则表达式的一个入门教程,和库参考手册的对应章节相比,更为浅显易懂、循序渐进。本文可以从h
realduke2000
·
2007-11-05 17:00
Python正则表达式
操作指南
Python正则表达式
操作指南 出自Ubuntu中文 <!
wapysun
·
2007-09-13 10:00
设计模式
正则表达式
python
搜索引擎
brew
Regular expression for C++ funtion implementation
python正则表达式
,用来搜索Cpp文件中的函数头,并且提取类名和函数名pat=re.compile(r''' ( #firstgorupforthewholestring
pkrobbie
·
2007-05-15 17:00
上一页
26
27
28
29
30
31
32
33
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他