Develop and Download Open Source Software

Browse Subversion Repository

Diff of /catalpa/trunk/src/main/java/net/osdn/catalpa/SearchIndex.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 133 by hirukawa_ryo, Sun May 30 07:32:08 2021 UTC revision 134 by hirukawa_ryo, Sun Sep 10 02:09:21 2023 UTC
# Line 48  public class SearchIndex { Line 48  public class SearchIndex {
48                  }                  }
49                  text = sb.toString();                  text = sb.toString();
50                  text = text.replaceAll("​", "");                  text = text.replaceAll("​", "");
51                  text = text.replaceAll("</?(a|big|code|em|i|kbd|small|span|strong|tt).*?>", "");                  text = text.replaceAll("</?(a|big|code|em|i|kbd|small|span|strong|tt|wbr).*?>", "");
52                  text = text.replaceAll("<[^>]*>", "\n");                  text = text.replaceAll("<[^>]*>", "\n");
53                  text = text.replaceAll("&amp;", "&");                  text = text.replaceAll("&amp;", "&");
54                  /*                  /*

Legend:
Removed from v.133  
changed lines
  Added in v.134

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26