December 30, 2009

vim 的 regular expression #2

route = "abc", name = "123"

如果只要 match route = "abc" 的話
用 route = [^,]*

No comments: