cancel
Showing results for 
Search instead for 
Did you mean: 

Regex in collection

Sri_Krishna_Cha
Level 5
Hi All-   I have the collection where the field contains almost 10000 rows and I am interested about the rows that contains value as "url".   I am using collection manipulation object and using "collection contains value" action.  in that there is an input called regex for which I gave value as  "*url* and is looping through.. But this is not finding the string .. Anything I am missing ?   By the way I am using BP V5
1 REPLY 1

BastiaanBezemer
Level 5
Hi Chaitanya, Try using the object Utility - Collection Manipulation with as action Filter Collection As collection in, you will use your collection. As Filter, you need to put ""[Your Column Name] LIKE '*url*' "" Don't forget to assing the output back to the same or another collection to see the results :-)