- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for endsWithFullstop (0.05 seconds)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} } propMap.put(key, spaceChars); } return spaceChars; } String getCrawlerDocumentFullstopChars(); default boolean endsWithFullstop(final String s) { if (StringUtil.isBlank(s)) { return false; } for (final int i : getCrawlerDocumentFullstopCharsAsArray()) { if (s.endsWith(String.valueOf(i))) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0)