Hi I currently have a list of strings with values:
*Item1, *Item2, Test2, Test4, *Item3, Test1, *Item4, *Item5
How do I re-arrange them and have all the values with asterisk to be in the first part of the list such as this while maintaining the order of the non-asterisk items:
*Item1, *Item2, *Item3, *Item4, *Item5, Test2, Test4, Test1