由买买提看人间百态

topics

全部话题 - 话题: regexp
1 2 3 下页 末页 (共3页)
z****n
发帖数: 79
1
说, “7 Dey St 14th Fl,\nNew York,\nNY 10007 " , 如何把里面的"NY" 给extract
出来?
可不可以用regexp 来写?要如何写? 还有什么简单干净的方法?
多谢。

i did this, not working,
matchObj = re.search(r"", eachLine)

if matchObj:
print matchObj.group(3)
Many thanks !
w*s
发帖数: 7227
2
来自主题: Linux版 - python regexp question (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: wds (中原一点红:心开运就通,运通福就来), 信区: Programming
标 题: python regexp question
发信站: BBS 未名空间站 (Sat Jan 4 19:47:38 2014, 美东)
for a line like this, how to get ABT ?
http://www.nyse.com/about/listed/lcddata.html?ticker=abt">ABT*
b*****n
发帖数: 2324
3
来自主题: Military版 - est