V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
liberize
V2EX  ›  Python

正则表达式如何匹配后面『是某个模式』或『是行尾』?

  •  
  •   liberize ·
    liberize · 2014-09-24 19:15:42 +08:00 · 3848 次点击
    这是一个创建于 3494 天前的主题,其中的信息可能已经有所发展或是发生改变。
    使用零宽断言可以匹配后面『是某个模式』,但后面也可能『是行尾』,应该怎么写?
    2 条回复    2014-09-24 20:01:14 +08:00
    icedx
        1
    icedx  
       2014-09-24 19:55:53 +08:00 via Android
    r'Nyan|$'
    匹配Nyan字符或行尾
    liberize
        2
    liberize  
    OP
       2014-09-24 20:01:14 +08:00
    刚刚发现 xxx(?=(pattern|$)) 是可以工作的,结帖
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5492 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 03:23 · PVG 11:23 · LAX 20:23 · JFK 23:23
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.