Find and Replace using Regular Expression in Visual Studio 2015

preview_player
Показать описание
An example to learn you how to find and replace CSS classes using regular expression in Microsoft Visual Studio 2015 we'll replace class (xxxxx-metro-but) to be (metro-but-xxxxx)

- Useful Pages

Have Fun!.
Рекомендации по теме
Комментарии
Автор

thanks that could very help me if i knew how to do that before XD

coffeegod
Автор

I got help when i wanted from "CountryIDsToUpdate" to "IDsToUpdate". Now I had lots of pages where just like Country, "ModuleIDsToUpdate" etc were there in the project. So I use "(\w+)IDsToUpdate" and it worked.


Can you just tell me if I want to copy a text from the find option? I think hits \1 ect right?

zeetsoft