[bt-devel] RegExp Bug??
Fred Saalbach
bt-devel@crosswire.org
Thu, 29 Aug 2002 05:02:38 -0400
I was going to try to answer this so I made up a RegExp search string
[God]|[created] and ran this search on KJV
It returned every verse in the bible
God created did not return anything in RegExp, while God created in
Multiple Word Search returned correctly.
Is RegExp in the backend?
Fred
Nikolay Igotti wrote:
>
> This one is a pretty generic question for RegExp gurus.
> Is there any way given several words in Google like way, i.e.
> +rice +potato -garden -cook
> create regular expression that matches every phrase containing
> all those with + mark and doesn't contain any of those with - mark.
> I tried to create one, but failed. Maybe someone has more luck.
>
> Thanks,
> Nikolay.