Steven Bethard wrote: > I'd use something like r"[^_\d\W]", that is, all things that are neither > underscores, digits or non-alphas. In action: > > py> re.findall(r'[^_\d\W]+', '42badger100x__xxA1BC') > ['badger', 'x', 'xxA', 'BC'] > > HTH, Seems so, great! Diez
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4