Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-04 04:51
Flavor·Python

r"
@\w+|[a-z_A-Z]+(?=\=)|(?<=\=)\w+(?# =后面的变量或者数字)|(?<=\=)\'.+\'|(?<=\=)\".+\"(?# =后面的字符串)|(?<=\=)\[\S+\](?#数组)
"
gm
Open regex in editor

Description

bkengine 单行宏匹配

Submitted by anonymous