python學習筆記-正則表達式提取指定關鍵字

背景 提取一個字符串中「hash=」以後連續的字符。python 方法1: 經過對string的操做,獲取「hash=」以後長度爲32的子字符串。web # -*- coding: utf-8 -*- __author__ = 'jason' #從日誌文件中提取出hash= import re fp = open('testdata.txt', "r") while 1: line = f
相關文章
相關標籤/搜索