Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-24 20:41
Flavor·Python

r'
^(?!["#\n])(.*?)=(.*?)([#].*)?$
'
gm
Open regex in editor

Description

For change var in config file on python

Submitted by anonymous