> 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:
Post a Comment