Untitled

Run Settings
LanguagePython
Language Version
Run Command
import re strings = ['ssd1', 'ssd2', 'ssd_x', 'ssd3'] templates = ['ssd\d'] def check_string(string, template): pattern = re.compile(template) if pattern.match(string): return True return False for s in strings: print check_string(s, templates[0])
Editor Settings
Theme
Key bindings
Full width
Lines