Tuesday, December 22, 2009

Re: Match

On Tue, December 22, 2009 10:35 am, epanda wrote:
> Hi,
>
> I detect the first column of a csv file like that.
>
> ^\([^;]\+\);
>
>
> I would like to search in the match string those which contains
> spaces.
>
> Can you provide some help ?

^\([^; ]*\)\s[^;]*;

regards,
Christian

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: