in reply to Re: remove first and last character of string (updated)
in thread remove first and last character of string

... and if the response is JSON, then you absolutely should not try to do anything with it until you have "decoded" it. Apply your regex-magic only to members of the resulting data structure.
  • Comment on Re^2: remove first and last character of string (updated)