Re: get list'index of pattern

2018-02-09 Thread Ni Va
Le jeudi 8 février 2018 20:57:37 UTC+1, Andy Wokula a écrit :
> Am 08.02.2018 um 18:56 schrieb Ni Va:
> > Hi,
> >
> >
> > I got a list and would get index of item matching a pattern.
> >
> > index(list, string_item) works
> > index(list, pattern_item) ??
> 
> match(list, pattern)
> 
> -- 
> Andy

Ok matchstrpos is the good one to get index'List of matched pattern.
Thank you Andy

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: get list'index of pattern

2018-02-08 Thread Ni Va
Le jeudi 8 février 2018 21:03:42 UTC+1, Ni Va a écrit :
> Thank you Andy
> 
> 
> 
> Le 8 févr. 2018 20:57, "'Andy Wokula' via vim_use"  
> a écrit :
> Am 08.02.2018 um 18:56 schrieb Ni Va:
> 
> 
> Hi,
> 
> 
> 
> 
> 
> I got a list and would get index of item matching a pattern.
> 
> 
> 
> index(list, string_item) works
> 
> index(list, pattern_item) ??
> 
> 
> 
> 
> match(list, pattern)
> 
> 
> 
> -- 
> 
> Andy
> 
> 
> 
> -- 
> 
> -- 
> 
> 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
> 
> 
> 
> --- You received this message because you are subscribed to a topic in the 
> Google Groups "vim_use" group.
> 
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/vim_use/fRPVhRy3eXU/unsubscribe.
> 
> To unsubscribe from this group and all its topics, send an email to 
> vim_use+unsubscr...@googlegroups.com.
> 
> For more options, visit https://groups.google.com/d/optout.

but my goal is to get all match list indexes.

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: get list'index of pattern

2018-02-08 Thread Ni Va
Thank you Andy

Le 8 févr. 2018 20:57, "'Andy Wokula' via vim_use" 
a écrit :

> Am 08.02.2018 um 18:56 schrieb Ni Va:
>
>> Hi,
>>
>>
>> I got a list and would get index of item matching a pattern.
>>
>> index(list, string_item) works
>> index(list, pattern_item) ??
>>
>
> match(list, pattern)
>
> --
> Andy
>
> --
> --
> 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
>
> --- You received this message because you are subscribed to a topic in the
> Google Groups "vim_use" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/to
> pic/vim_use/fRPVhRy3eXU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> vim_use+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: get list'index of pattern

2018-02-08 Thread 'Andy Wokula' via vim_use

Am 08.02.2018 um 18:56 schrieb Ni Va:

Hi,


I got a list and would get index of item matching a pattern.

index(list, string_item) works
index(list, pattern_item) ??


match(list, pattern)

--
Andy

--
--
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

--- 
You received this message because you are subscribed to the Google Groups "vim_use" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.