Hi all,

I have what I suspect is a day one rookie question yet for the life of me I can't find a good answer on the net. I need to extract a quoted substring from within a string like so:

Original String: This is a 'test'

Result: test

Is there a simple way to do this without using complex regex expressions? It goes without saying I don't know what will be within the quotes beforehand..... ....