Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
说我有一条线
blah.field
需要注释掉
//blah.field
在多个文件的项目中引用
有没有办法使用简单的日食搜索和替换在所有地方评论这条线?
替换正则表达式:
^blah\.field$
和
//$0