vertigo wrote:
> I need to use some regular expressions for more than one line.
> And i would like to use some modificators like: /m or /s in perl.
> For example:
> re.sub("<script.*>.*</script>","",data)
> 
> will not cut out all javascript code if it's spread on many lines.

that won't cut out all javascript code period.

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to