python re是什麼?
我們都知道正規表示式,不過它在使用的時候,還可以結合其它的模組一起運用。我們今天要說的是re模組,能夠對正規表示式的作用進行很好地發揮。下面我們就一起來進行re模組的初步學習。
1、概念
re是運用正規表示式來提供一系列的功能強大的介面來呼叫的。Python自1.5版本起增加了re模組,它提供Perl風格的正規表示式模式。re模組使Python語言擁有全部的正規表示式功能。
2、re模組的匯入
import re
3、常用方法
match():從頭匹配
search():從整個文字搜尋
findall():找到所有符合的
split():分割
sub():替換
group():結果轉化為內容
groupdict():結果轉化為字典
4、例項
re.search 掃描整個字串並返回第一個成功的匹配。
import re line="this hdr-biz model server" pattern=r"hdr-biz" m = re.search(pattern, line)
以上就是python re模組的介紹,因為和正規表示式密不可分的關係,所以同樣是需要我們掌握的一個重要模組。更多Python學習指路:
(推薦作業系統:windows7系統、Python 3.9.1,DELL G3電腦。)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4328/viewspace-2830375/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 什麼是python?python有什麼用途?Python
- Python是什麼?為什麼要掌握python?Python
- Python是什麼意思?Python有什麼用?Python
- Python是什麼語言?Python底層語言是什麼?Python
- 什麼是Python?Python為什麼這麼搶手?Python
- Python是什麼意思?Python幹什麼用的?Python
- Python是什麼?為什麼Python受歡迎?Python
- python title是什麼Python
- python arange是什麼Python
- Python Logging是什麼?Python
- python 是什麼意思Python
- python rabbitmq是什麼PythonMQ
- python字典是什麼Python
- python是什麼蛇Python
- python wheel是什麼Python
- 什麼是Python?Python前景怎麼樣?Python
- Python到底是什麼?為什麼要學Python?Python
- Python是什麼?為什麼這麼搶手?Python
- 【Python】__name__ 是什麼?Python
- python中loc是什麼Python
- python列表切片是什麼Python
- python是什麼課程Python
- python迭代器是什麼Python
- python語言是什麼Python
- python新式類是什麼Python
- spyder是python的什麼Python
- fluent python是什麼意思Python
- Python的列表是什麼Python
- Python是什麼?Python有哪些框架?Python框架
- 什麼是程式語言,什麼是Python直譯器Python
- 什麼是python?python為何這麼火?Python
- 英文Python是什麼意思?學Python需要什麼基礎?Python
- 什麼是Python?前景怎麼樣?Python
- python是什麼?與spyder有什麼聯絡?Python
- Java和Python是什麼?有什麼區別?JavaPython
- 什麼是python?與PHP有什麼區別?PythonPHP
- 什麼是Cython?和Python有什麼關係?Python
- python是什麼?python熱門的原因!Python