-
Practice>Python>Regex and Parsing>HTML Parser - Part 2hackerrank.com 2019. 4. 15. 12:44728x90
HTML Parser - Part 2
Problem Link : https://www.hackerrank.com/challenges/html-parser-part-2/problem
Difficulty : Easy
Tip
- Here is pythn3 html parser to import
- from html.parser import HTMLParser
- strip() is a key method to remove any whitespace character
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Regex and Parsing>Validating UID (0) 2019.04.16 Practice>Python>Regex and Parsing>Detect HTML Tags, Attributes and Attribute Values (0) 2019.04.15 Practice>Python>Regex and Parsing>HTML Parser - Part 1 (0) 2019.04.15 Practice>Python>Regex and Parsing>Hex Color Code (0) 2019.04.12 Practice>Python>Regex and Parsing>Validating and Parsing Email Addresses (0) 2019.04.12