Jump to content

[SOLVED] Extracting the text between quotation marks


lxndr

Recommended Posts

I know this should be easy but I just can't get it to work.  What I want to do is process a string and extract just those characters between a pair of double quotes:

 

i.e. 

input string:      'blah blah', "text"

output string:    text

 

 

input string:      'some characters', "more text"

output string:    text

 

The input strings are read in from a text file.  Thanks for any help.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.