Hi I am trying to split json string using possibly pipe? or I don't really know how to do it.
Right now I have json string of
"www.youtube.com||djlajdalksd.png||somethingsomething"
(These are just made up)And I want to only get .png part.
How could I achieve this?