+ 2
hi in python
k = "18 and 2"
re.split("\D+", k)
works.
I remember reading that this regex notation, except some escape characters, was almost universal across languages, so maybe, those start finish slashes somehow pose a problem? Sorry I'm a noob, just trying to learn bit by bit when I see
something regex, it's like 99% my post is useless
https://code.sololearn.com/c4PLR7d6y9Zq/?ref=app