如何在Java Struts框架中使用撇号搜索名称

时间:2019-02-01 10:29:58

标签: java search struts2 apostrophe

我正在使用Java struts框架。当我试图搜索名称与撇号(对于例如奥康纳),接收不匹配结果发现,在screen.But误差为无撇号(奥康纳),显示细节用于O'Connor的。

这是字符串声明。

String name= StringEscapeUtils.escapeHtml4(LastName);

StringEscapeUtils.escapeHtml4 会逃脱撇号吗?或我需要修改代码来逃避从名称撇号。

0 个答案:

没有答案