프로그래밍/python
string이 특정 html 태그 안에 있는지 확인해보는 정규식
이휘재123
2023. 1. 12. 13:50
반응형
in_p_tag = re.search("<p.*/p>", detailContent, re.I | re.S)
반응형