View Single Post
  #1   Report Post  
carl
 
Posts: n/a
Default Reversing the Order of a String

I have a string like so:

ab;cd;ef;gh

is there a way to reverse the order ? eg:

gh;ef;cd;ab

Thank you in advance