Python Automation of Regular Expression

Run Settings
LanguagePython
Language Version
Run Command
import re s1="one two three four five 6 7 8 9 10" r=re.compile(r'[\d]+') result=re.findall(r,s1) print(result)
Editor Settings
Theme
Key bindings
Full width
Lines