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
maloneleo88
V2EX  ›  Python

re.seacher 或 re.findall 怎么引入变量呢?

  •  
  •   maloneleo88 · 2021-03-30 21:06:39 +08:00 · 1259 次点击
    这是一个创建于 1117 天前的主题,其中的信息可能已经有所发展或是发生改变。
    re.findall(r''+ str(i) + '.*?sclassid=(\d+)',res)

    这个上网上查的,不管用。 去掉 str()也不管用。 说+紧贴着 r''

    正确写法是什么吖?
    4 条回复    2021-03-31 02:22:19 +08:00
    ClericPy
        1
    ClericPy  
       2021-03-30 21:13:43 +08:00
    你不如直接说需求... 感觉路都走窄了

    要不试试 re.escape ?
    maloneleo88
        2
    maloneleo88  
    OP
       2021-03-30 21:18:11 +08:00
    @ClericPy 就是我要拿一个值去返回搜索,看看有没有这个值的对应值,如果有,执行第一个解析函数,如果没有,执行第二个解析函数。

    如果我直接一步到位拿元组列表。 那没有对应值的就取不到。 所以想值拿单一值,回头再去看看有没有对应的,没有就直接执行函数 2,有的话,执行函数 1
    ch2
        3
    ch2  
       2021-03-30 21:28:30 +08:00
    str.format
    re.compile
    maloneleo88
        4
    maloneleo88  
    OP
       2021-03-31 02:22:19 +08:00 via iPhone
    @ch2 搞定了 谢谢, 没弄明白 我把第二串整个摘出来了再 seacher 一次ರ_ರ
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2672 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 15:37 · PVG 23:37 · LAX 08:37 · JFK 11:37
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.