idea正则表达式查找代码的方法
Posted yuyuanno1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea正则表达式查找代码的方法相关的知识,希望对你有一定的参考价值。
find:
该正则表达式:
initEcharts *:{1} *{{1}
匹配:
initEcharts : {
其中冒号两边允许无限个空格;
说明:点击 Regex右边的问号可以查看正则表达式的规则,如下:
Summary of regular-expression constructs
Construct
Matches
Characters
x
The character x
\
The backslash character