I want to give a find / replace on all the html "data-placeholder" attributes and their values, from my application, through the Visual Studio search.
For this I need to put together a regular expression and put it straight into the Visual Studio find, activating the regular expressions option.
But I know almost nothing about regular expressions in order to create one of the type.
I would like the regular expression to make me find all these string types:
data-placeholder="Texto 1"
data-placeholder="Texto 2"
data-placeholder="Texto com muitos caracteres"
data-placeholder=""