Hello everyone,
I am trying to extract text in double quotes including the double no matter what position they occur in.
for example:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 219px"><col width="100"></colgroup><tbody>[TR]
[TD]Original Text[/TD]
[TD]Intended Text[/TD]
[/TR]
[TR]
[TD]They go with "Jack" to the farm.[/TD]
[TD]"Jack"[/TD]
[/TR]
[TR]
[TD]"New York" is in "US"[/TD]
[TD]"New York" "US"[/TD]
[/TR]
[TR]
[TD]I go to "school"[/TD]
[TD]"school"[/TD]
[/TR]
</tbody>[/TABLE]
Much appreciated.
I am trying to extract text in double quotes including the double no matter what position they occur in.
for example:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 219px"><col width="100"></colgroup><tbody>[TR]
[TD]Original Text[/TD]
[TD]Intended Text[/TD]
[/TR]
[TR]
[TD]They go with "Jack" to the farm.[/TD]
[TD]"Jack"[/TD]
[/TR]
[TR]
[TD]"New York" is in "US"[/TD]
[TD]"New York" "US"[/TD]
[/TR]
[TR]
[TD]I go to "school"[/TD]
[TD]"school"[/TD]
[/TR]
</tbody>[/TABLE]
Much appreciated.