lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
common
/
org.gnit.lucenekmp.analysis.util
/
StemmerUtil
/
endsWith
ends
With
fun
endsWith
(
s
:
CharArray
,
len
:
Int
,
suffix
:
String
)
:
Boolean
fun
endsWith
(
s
:
CharArray
,
len
:
Int
,
suffix
:
CharArray
)
:
Boolean
Returns true if the character array ends with the suffix.