Parsing text file in python
Posted
by Ockonal
on Stack Overflow
See other posts from Stack Overflow
or by Ockonal
Published on 2010-04-05T20:03:01Z
Indexed on
2010/04/05
20:23 UTC
Read the original article
Hit count: 293
Hello, I have html-file. I have to replace all text between this: [%anytext%]. As I understand, it's very easy to do with BeautifulSoup for parsing hmtl. But what is regular expression and how to remove&write back text data?
© Stack Overflow or respective owner