regex: select everything from 4th comma from the end of line
I need to select the text from a specific position in a string using visual studio editor.
VsCode remove dots from xml tag content
I have an XML file and only for specific tag names I need to remove dots (.) from contents, I don’t know the dots position and the numbers (ex: “12345.6”, “1.23.456.7”, “ABC.456.98”). For example, if I have:
Regex works in regex101 but not in VSCode – How to fix?
I’m trying to use a regular expression in Visual Studio Code to match a pattern in my text. The text is as follows:
Regex with start and end that could be different
I am trying to search and replace in VS code thousands of instances, etc.