You are viewing a single comment's thread. Return to all comments →
import re n = int(input()) for i in range(0,n): try: a = (re.compile(input())) print(bool(a)) except re.error: print('False')
Seems like cookies are disabled on this browser, please enable them to open this website
Incorrect Regex
You are viewing a single comment's thread. Return to all comments →