Hello, I need to match a whole word witch the match() function. For example, I need to know the position of "foo" inside the string :
"not-this-foo foo fooNotGood"
The \<foo\> doesn't seems to work inside the match() function.
Is there any way to do it ?
Thank you
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
