I have a Quotation in a String of Data that I need to use

Hi all,

I have ran into an issue while developing. I have a process where I open an Index text File and Find&Replace for a series of strings within the data that errors out upon upload. One of the Strings that I need to Find and Replace is "from_“RNP” and its replacement is “from_RNP”. I cannot figure out if there is a way to have a variable with a quotation mark? or if I need to go about this a different way then using a CTRL+H on Notepad.

Due to sensitivity of data I cannot upload a copy of the file but the contents of the Text file follow this form;

21004.45,211274450,451587681,61023146,FW_Message_from_"RNP.eml,180,211274451587681

Anything helps

Hi,

As you mentioned, for CTRL + H, it`s seamlessly possible to replace by words with quotation:


Regarding quotation handle in VB.NET (I mean if you need change it inside of your xaml file ~ variable), that could be useful:

Just put it between the letter you wanna keep quotation

Thank you,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.