I want to find all verses in the NT that have the Greek word "eis" in them (G1519) and any word in italics. I'm specifically looking for cases where the KJV supplies purpose / intent / objective words for "eis" as it does with "execute" in Rom 13:4 (2nd instance of "eis").
Just looking to see if I could find italicized words, I tried \[[a-z][A-Z]\] in the RegEx search (which I don't really know how to use, obviously), thinking that with the backslashes I was escaping the opening and closing brackets. I guess I need to somehow show the beginning and end of a word or that the letters I put in can repeat. Any advice?
Just looking to see if I could find italicized words, I tried \[[a-z][A-Z]\] in the RegEx search (which I don't really know how to use, obviously), thinking that with the backslashes I was escaping the opening and closing brackets. I guess I need to somehow show the beginning and end of a word or that the letters I put in can repeat. Any advice?