1つの正規表現で表現したいのですが、二行に分けて処置する以外思い付きません。
一行で処理する方法を教えて頂きたいです。
python
1aaa = "This is just a <em>test</em>.<br/><br /> But if it wasn't a test, it would make for a <b>Great</b> movie review!" 2 3aaa2 = re.sub(r"<.*?>"," ",aaa) 4aaa3 = re.sub(r"\W"," ",aaa2)
ご教示の程、よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。