Hacker News new | ask | show | jobs
by madacol 816 days 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.

1 comments

In editors like vim/emacs it is possible and common.