Making String.Startswith work Regardless of Data Order

Hi,

How can I make the List filtering for String.Startswith work just like String.Contains is working on the example below? What I’m trying to do is filter list of Data starting with Certain Character.

However going by the desired outcome from your image above, Set Intersection might be better suited

2 Likes

Thank you. I can use both technique.

1 Like