-
Practice>Python>Errors and Exceptions>Incorrect Regexhackerrank.com 2019. 2. 25. 04:24728x90
hackerrank.com
Incorrect Regex
Problem link : https://www.hackerrank.com/challenges/incorrect-regex/problemDifficulty : EasyTip
- Problem ask how to validate regular expression
- Just call re.compile(), it will raise exception if the given regular expression is not valid
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Sets>Set .union() Operation (0) 2019.02.26 Practice>Python>Collections>Word Order (0) 2019.02.25 Practice>Python>Math>Power - Mod Power (0) 2019.02.24 hackerrank.com Practice>Python>Math>Mod Divmod (0) 2019.02.24 Practice>Python>Math>Triangle Quest 2 (0) 2019.02.22