3 ms·
You cannot edit in real-time with regex With regex, you need to plan everything you need to do and then surgically do it. With multiple cursors, you only need
by madacol 2y ago
You cannot edit in real-time with regex
With regex, you need to plan everything you need to do and then surgically do it.
With multiple cursors, you only need to know (roughly) where you need to change, the rest you figure it out on the fly.
- lf-non 2y agoIn editors like vim/emacs it is possible and common.