toggle menu
kotlin-stdlib-project
0.1.0-SNAPSHOT
common
switch theme
search in API
kotlin-stdlib
/
com.javiersc.kotlin.stdlib
/
notContain
not
Contain
inline
fun
CharSequence
.
notContain
(
other
:
CharSequence
,
ignoreCase
:
Boolean
=
false
)
:
Boolean
inline
fun
CharSequence
.
notContain
(
regex
:
Regex
)
:
Boolean