推荐学习书目
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 · Mar 30, 2021 · 1880 views
    This topic created in 1895 days ago, the information mentioned may be changed or developed.
    re.findall(r''+ str(i) + '.*?sclassid=(\d+)',res)

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

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

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

    如果我直接一步到位拿元组列表。 那没有对应值的就取不到。 所以想值拿单一值,回头再去看看有没有对应的,没有就直接执行函数 2,有的话,执行函数 1
    ch2
        3
    ch2  
       Mar 30, 2021
    str.format
    re.compile
    maloneleo88
        4
    maloneleo88  
    OP
       Mar 31, 2021 via iPhone
    @ch2 搞定了 谢谢, 没弄明白 我把第二串整个摘出来了再 seacher 一次ರ_ರ
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1219 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 23:49 · PVG 07:49 · LAX 16:49 · JFK 19:49
    ♥ Do have faith in what you're doing.