Does {{{[enlist[111-hide 222-hide 333-hide 444]split[-hide]!is[blank]]}}} 
do what you want?

"split" keeps list items that don't match the search term and !is[blank] 
gets rid of all the empty list items created by each match ... you can glue 
things back together with join if required.

/Mike

On Tuesday, January 19, 2021 at 5:15:31 AM UTC-4 [email protected] wrote:

> I think the last filter you posted might be your best option in 5.1.21
> It is ugly but it works.
>
> You could store the list in a variable.
>
> On Tuesday, January 19, 2021 at 9:48:50 AM UTC+1 Siniy-Kit wrote:
>
>> very long... {{{[enlist[111-hide 222-hide 333-hide 
>> 444]removesuffix[-hide]][enlist[111-hide 222-hide 333-hide 
>> 444]!suffix[-hide]]}}} 
>>
>> вторник, 19 января 2021 г. в 11:32:15 UTC+3, [email protected]: 
>>
>>> In 5.1.23 you could try something like this:
>>
>>
>>> [enlist[111-hide 222-hide 333-hide 
>>> 444]search-replace:ig:regexp[-hide$],[]]
>>>
>>> On Tuesday, January 19, 2021 at 9:24:58 AM UTC+1 Siniy-Kit wrote:
>>>
>>>> Hi! I have a simple list {{{[enlist[111-hide 222-hide 333-hide 
>>>> 444]removesuffix[-hide]]}}} 
>>>> the result of it is 111222333 ,but I want to see 111222333444  is it 
>>>> possible? 
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d43e408c-567a-4d6e-aa78-3d379cd6f1c5n%40googlegroups.com.

Reply via email to