Visual Studio Find and Replace Regular Expressions help

前端 未结 4 1786
春和景丽
春和景丽 2020-12-24 05:48

I\'d like to replace some assignment statements like:

int someNum = txtSomeNum.Text; 
int anotherNum = txtAnotherNum.Text;

with

<         


        
4条回答
  •  不思量自难忘°
    2020-12-24 06:14

    Comprehensive guide

    http://blog.goyello.com/2009/08/22/do-it-like-a-pro-%E2%80%93-visual-studio-find-and-replace/

提交回复
热议问题