How do I get the strings from ms office find and replace?I was able to record a macro and it looks like this: [code] Sub mymacro() Selection.Find.ClearF...
How do I get the strings from ms office find and replace?I would like to write a program that monitors ms office's find and replace utility, and every time t...
remove punctuation but not accentsI am using this code to remove the punctuation from a string. str.erase( remove_if(str.begin...
Help with loop searching filethank you, that worked
Help with loop searching fileI am trying to write a program that will aid me in some translation work. It takes a string, tokeni...