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

3 lines
53 B
Python

import re
r = re.compile(r'[123]')
r.sub('?', '1234')