I have a strange REGEX Request. I would like to clear out all of these chinese characters from my file. Im already not good with regex, and I would like to do this using RegEx within visual studio find/replace (current document) if possible.
Basically the search string would be like this: BEFORE
<nomenclature name="sCharge_Account_String" value="Charge Account/ 收费帐户:"/>
AFTER
<nomenclature name="sCharge_Account_String" value="Charge Account:"/>
So I want to clear everything between the "/" and the ":" but include the "/"