hackerrank.com
Practice>Python>Regex and Parsing>Re.split()
건이두
2019. 3. 29. 12:53
728x90
Re.split()
Problem Link : https://www.hackerrank.com/challenges/re-split/problem
Difficulty : Easy
Tip
- Regular expression is a key for handling string
- [,.]+
- characters inside '[]'
- they can be repeated from 0 to mutiple times
Solution
728x90