Files
openide/python/testData/regexp/commentModeWhitespace.py

3 lines
47 B
Python

import re
re.compile(r"[ ]", flags=re.VERBOSE)