I've a document from which I need to extract some data. Document contain strings like these
Text:"How secure is my information?"
I need to extract text which is in double quotes after the literal Text:
How secure is my information?
How do I do this with regex in Javascript