Python论坛  - 讨论区

标题:[python-chinese] 这个字符串如何做“正侧”

2004年02月25日 星期三 11:07

slackgg slackgg at 163.com
Wed Feb 25 11:07:44 HKT 2004

HI ALL:
   <%=b.getAzdw()%>"> 

我只保留<%=b.getAzdw()%>其他的删除,该如何写呢?并且有很多这样的input框,<%=%>里的内容都是不同的,我如何保留<%=xxx%>而删除其他的?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
网易VIP收费邮箱两周年超值优惠! 满1赠6!!           http://vip.163.com

中国最大的免费邮箱在等你 25兆空间4兆附件!      http://mail.163.com

点击网易泡泡惊喜无限 全免费手机短信任你发!      http://popo.163.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年02月25日 星期三 11:17

Zoom.Quiet zoomq at itcase.com
Wed Feb 25 11:17:54 HKT 2004

Hello slackgg,

try this?

re_match_dyna=re.compile(
            r"""(<%=\s+.*?%>)
                """,
                re.IGNORECASE |         
                re.DOTALL |             
                re.VERBOSE)             

=== [ 11:07 ; 04-02-25 ] you wrote:

s> HI ALL:
s>    <%=b.getAzdw()%>">

s> 我只保留<%=b.getAzdw()%>其他的删除,该如何写呢?并且有很多这样的input框,<%=%>里的内容都是不同的,我如何保留<%=xxx%>而删除其他的?
s> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
s> 网易VIP收费邮箱两周年超值优惠! 满1赠6!!           http://vip.163.com

s> 中国最大的免费邮箱在等你 25兆空间4兆附件!      http://mail.163.com

s> 点击网易泡泡惊喜无限
s> 全免费手机短信任你发!      http://popo.163.com

=== === === === === === === === === === 

-- 
Best regards,
 Zoom.Quiet                            

 /=======================================\
]Time is unimportant, only life important![
 \=======================================/



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号