A case-insensitive related implementation problem
- by Robert
Hi All,
I am going through a final refinement posted by the client, which needs me to do a case-insesitive query. I will basically walk through how this simple program works.
First of all, in my Java class, I did a fairly simple webpage parsing:
title=(String)results.get("title");
doc = docBuilder.parse("http://" + server + ":" + port +…