kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.text
/
codePointCount
code
Point
Count
JRE
inline
fun
String
.
codePointCount
(
beginIndex
:
Int
,
endIndex
:
Int
)
:
Int
(
source
)
Returns the number of Unicode code points in the specified text range of this String.