Re: Regular Expression Analyzer



Thanks. I'll have a look. It may just come in handy.


IchBin wrote:
radimpe@xxxxxxxxx wrote:
Hi,

Hope someone can help me with a pet project. I have a huge set of
search terms based on historic searches. I'm working on a search engine
that can do various different types of searches. What I am trying to do
is to see if the historic search terms can determine (through a regular
expression match) which one of the search methods to use.

For example Search type one is an exact match search. I would like to
do an exact match search if a user types in an ISBN Book number (eg.
978-0-306-40615-7). If a user types in a book title "Moby ***" I would
like to do a wildcard search etc.

Can anybody help me write a Java Application that will process the
historic terms to find out if there is a reliable RegEx for each search
type. Even just a pointer in the right direction would be useful.

Rad.

Eclipse has a plugin that does regular expression analysis. I installed
because I am coding PHP now and that lang seems to use regx much heavier
than Java. Anyway, the plugin is called "QuickREx"

Eclipse update url:
http://www.bastian-bergerhoff.com/eclipse/features.

Eclipse Plugins Site:
http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id=964

Can be found here:
http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html

--
Thanks in Advance... http://ichbin.9999mb.com
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)

.