您的位置:首页 > 其它

vim(三) 正则匹配查找

2013-04-12 17:49 267 查看
\v: magic switch, you'd better always use it.

dot '.': match any character. if you do want to match dot please add \ before dot.

\d: number

\a: character

{n}: the before character will repeat n times

\s : space or tab
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: