I want to search to find the "deepest" multi-tier quotations in the Bible. I'm speaking of quotations within quotations. I realize that the KJV is not going to help me since it does not have quotation marks. However, I have two modern versions in SwordSearcher, NASB and NET. They both have quotation marks (single and double).
I guess what I want to do is search for double quotation marks and single quotation marks within a range of X verses (maybe even 10 or 20 verses). Maybe what I want is a blend of "Character String Search" and "Proximity Search".
Thus this question: is there a way to search for punctuation in the "Proximity Search" panel?
Or maybe I'd have to use "RegEx Search"? If so, what would it look like?
I'm assuming the deepest quotations would be four levels, but I don't know that. Here's a convoluted English example to show what I'm getting at.
An exact quotation from the accident report is as follows: "'Bob said this: 'Tom related the status of the crosswalk sign when the accident occurred: "The sign said, 'Don't walk.' " ' "
I guess I need to search for
Any help would be appreciated.
I guess what I want to do is search for double quotation marks and single quotation marks within a range of X verses (maybe even 10 or 20 verses). Maybe what I want is a blend of "Character String Search" and "Proximity Search".
Thus this question: is there a way to search for punctuation in the "Proximity Search" panel?
Or maybe I'd have to use "RegEx Search"? If so, what would it look like?
I'm assuming the deepest quotations would be four levels, but I don't know that. Here's a convoluted English example to show what I'm getting at.
An exact quotation from the accident report is as follows: "'Bob said this: 'Tom related the status of the crosswalk sign when the accident occurred: "The sign said, 'Don't walk.' " ' "
I guess I need to search for
"[any text or punctuation or space]'[any text or punctuation or space]"[any text or punctuation or space]'
and that should give me the beginning quotation marks of a 4-level tiered quotation.Any help would be appreciated.