2004年02月25日 星期三 11:36
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
2004年02月25日 星期三 12:39
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![ \=======================================/
Zeuux © 2024
京ICP备05028076号