Hi there, @hirayaleads… I don’t pretend to know jack about regex, but I was able to find patterns that remove the first character and the last character of a string. So, you could use the following patterns in two find and replace operators.
Hope this helps.
Best…
Mike
P.S. If your next question is, “But what if the first and last characters aren’t quotation marks and I don’t want to remove them?”, well, maybe someone else can help or you’re on your own there because, as I mentioned, I don’t pretend to know jack about regex.