Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-01-30 08:07
Flavor·Python

r"
(?P<first_part>[0-9a-zA-z_.]+\.open\()(?P<file_name>\"[0-9a-zA-z_.]+\")
"
g
Open regex in editor

Description

match of.open("test.txt");

Submitted by Денис суховерхов