I have a file with "XMLNodeName "value" CloseXMLNodeName" The "value" changes for each entry of NodeName -
I need to replace all the 'value' with blank. How do I do this in Textpad?
I have a file with "XMLNodeName "value" CloseXMLNodeName" The "value" changes for each entry of NodeName -
I need to replace all the 'value' with blank. How do I do this in Textpad?
textpad? I'm not familiar with that, do you have to do it with that tool? Most editors will have a find/replace function and allow you to use regular expressions. You could simply match on all attributes and replace the value with nothing. Is the attribute the same for each tag?
This might be easier if you had a sample of the file you were trying to modify
EDIT - "unknown (Google)" - I am not quite sure someone can help you with a regular expression without an example of the text you are trying to match. Can you edit your post and show us an example please?