Case-Insensitive Substitution
Use the i
s-flag
to perform a case-insensitive substitution (search and replace).
For instance, :%s/blog/article/gi
will turn
into
See :h s_flags
for more details.
Last updated
Use the i
s-flag
to perform a case-insensitive substitution (search and replace).
For instance, :%s/blog/article/gi
will turn
into
See :h s_flags
for more details.
Last updated