I'm trying to use vi to search for something enclosed in quotes, using perl RE I get a hit with $var =~/"(.*?)"/; But using the same re in vi doesn't work. Is there an equivalent search in vi? Thanks, Jim.