Closed Tes3awy closed 2 years ago
Please consider adding support for Python
Syntax example:
import re regex1 = r"^foo" re.search('bar foo', regex1) <re.Match object; span=(0, 7), match='bar foo'>
Thank you
Tracking as https://github.com/chrmarti/vscode-regex/issues/35.
Please consider adding support for Python
Syntax example:
Thank you