kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
hasSurrogatePairAt
has
Surrogate
Pair
At
fun
CharSequence
.
hasSurrogatePairAt
(
index
:
Int
)
:
Boolean
(
source
)
Returns
true
if this CharSequence has Unicode surrogate pair at the specified
index
.