As an example I have string that is Banjo.ald:Mandolin.ald:Guitar.tst and I am trying to find the regex that will return the string Guitar. In the example above I have two groups preceding the text I am interested in (i.e. Banjo.ald:Mandolin.ald:) but in reality there will be 1 to N of these groups where a group is defined as Banjo.ald:
Let me know if you need more clarity on what I am looking for.