Question : Need a regular expression

I am looking to use Visual Studio to scan all .cs files for any hard coded strings, so they can be recoded and sent for translation.  For example:

string myButtonStr = "Click me";

I want that to be translated.  But first Ineed to find it.

I also want to find filters such as:

string myFilter = "Enter the quantity of {0} desired";


My use of Regular Expressions is pretty weak.  If someone could please give me a head start on this first search (for the above 2 strings) I'd appreciate it.

Thanks,
newbieweb

Answer : Need a regular expression

Random Solutions  
 
programming4us programming4us