Michael Hanel
11-27-2007, 09:20 PM
This doesn't relate to the biblical text, but it does relate to searching databases in Bibleworks. I'm trying to do the following search in the Homeric Greek databases:
I want all verses ending with the string omicron-iota-omicron (-oio)
The closest I could come was this search:
(.*oio) !(;*oio *)
this looks for all occurences of -oio, but not those that have a word after, which would by definition be those at the end of the line, right?
Well problem is it eliminated lines that ended with two -oio words, thus eliminating part of my search that had verses ending in -oio.
Does anyone know of a better way to construct my search?
I want all verses ending with the string omicron-iota-omicron (-oio)
The closest I could come was this search:
(.*oio) !(;*oio *)
this looks for all occurences of -oio, but not those that have a word after, which would by definition be those at the end of the line, right?
Well problem is it eliminated lines that ended with two -oio words, thus eliminating part of my search that had verses ending in -oio.
Does anyone know of a better way to construct my search?