Quantcast
Channel: How to validate and reference digraph /special character in Vim? - Vi and Vim Stack Exchange
Browsing all 3 articles
Browse latest View live

Answer by Woodford for How to validate and reference digraph /special...

Alternatively, you can just copy the offending text (yank into a register) and paste it into your replacement expression without knowing (or caring) what the special characters are.:%s/CTRL-R0//gSee...

View Article


Answer by Vivian De Smedt for How to validate and reference digraph /special...

The special character ^[ is actually Esc.If you want to include it in a regex you can type it using the following key sequence:Ctrl vEscIn general in presence of a special character you can discover...

View Article

How to validate and reference digraph /special character in Vim?

I want to remove the ending section of my output that typically follows the below pattern:^[[2D[^[D but my regex will not allow me to select the ^[ parts of the word. Note on my Vim that part shows in...

View Article
Browsing all 3 articles
Browse latest View live