\c
を検索の前に付けるそうです。
/\csomaword
と検索すればSomeWord
やSomeword
、SOMEWORD
、someword
といった単語を見つけられます。
基本的には:set ignorecase
や:set smartcase
をうまく設定しておくのがスマートだと思いますが確実にignore caseしている確信を得たいときには使えそうです。
Go to list of users who liked
More than 5 years have passed since last update.
\c
を検索の前に付けるそうです。
/\csomaword
と検索すればSomeWord
やSomeword
、SOMEWORD
、someword
といった単語を見つけられます。
基本的には:set ignorecase
や:set smartcase
をうまく設定しておくのがスマートだと思いますが確実にignore caseしている確信を得たいときには使えそうです。
Register as a new user and use Qiita more conveniently
Go to list of users who liked