python .replace() regex

I am trying to do a grab everything after the '' tag and delete it, but my code doesn't seem to be doing anything. Does .replace() not support regex?

z.write(article.replace('.+', ''))

← Назад к списку