0
RegEx Python Code
Anyone can describe one of the lines logic ? https://code.sololearn.com/cLU7x55B6cbE/?ref=app
1 ответ
+ 3
Everything you need to know about it should be on that page. You could also try going through the regex course.
re.sub(pattern, replace, string)
https://docs.python.org/3/library/re.html