Learn faster and stay on-track by joining this free class with other self-learners.
Register for Learning Vim from the inside now.
Open Ended Class
Creator: pbr
Status: Established
:s/foo/bar/ is great except when foo or bar has / in it.
:s,foo,bar, can be used instead, and works.
:safooabara does NOT work.
Which characters can be used for this, and which can't? The answer is in the VIM source code - can you find it?
There are no homework submissions for this assignment.