2
Answers

Use Regex to remove '\X'

Robert Hill

Robert Hill

12y
1.7k
1
I need to use Regular Expressions to remove each occurrance"\X" in a file. I do not want to remove "\\X". Here is a code example: (#$@\X0D\\X0A\M,"!2("]297-O=7)C9
Again, remove all instances of the red and keep all of the green.

Answers (2)