Untitled

Run Settings
LanguagePython
Language Version
Run Command
#!/usr/bin/python # -*- coding: UTF-8 -*- import re print(re.match('www', 'www.w3xue.com').span()) # 在起始位置匹配 print(re.match('com', 'www.w3xue.com')) # 不在起始位置匹配
Editor Settings
Theme
Key bindings
Full width
Lines