I have a view where I have to do a little string manipulation. I have a text field where I just want to bring back the text in the field after the last pipe | . For instance '~(`|¤|football)~'
I just want to bring back football. There is commonality to the data because they all start with '~( and end with )~'. Also, the data that I need will always be after the last pipe |.
Another example would be '~(`|¤|{link:10098}|Mobile, Alabama,)~' would return
Mobile, Alabama,
Please let me know if you have any questions.
Thanks everyone
JK