Python论坛  - 讨论区

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

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

slackgg slackgg at 163.com
Wed Feb 25 11:36:32 HKT 2004

Thanks all:
想问下re.IGNORECASE  这是是否是忽略大小写?        
                re.DOTALL 这个好像是不管什么字符都匹配?包括元字符?            
                re.VERBOSE 这个是什么?

> 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![
>  \=======================================/
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
网易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日 星期三 12:39

Zoom.Quiet zoomq at itcase.com
Wed Feb 25 12:39:30 HKT 2004

Hello slackgg,

copy from Python book!

"""
re.IGNORECASE |         # allow pepper, Pepper, PEPPER, etc.
re.DOTALL |             # allow to match newlines as well
re.VERBOSE)             # this allows the comments and the newlines above
"""
=== [ 11:36 ; 04-02-25 ] you wrote:

s> Thanks all:
s> 想问下re.IGNORECASE  这是是否是忽略大小写?        
s>                 re.DOTALL
s> 这个好像是不管什么字符都匹配?包括元字符?            
s>                 re.VERBOSE 这个是什么?

>> 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![
>>  \=======================================/
>> 
>> 
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号