FloppaClient
1.0.3-0.2
FloppaClient
/
floppaclient.utils
/
Utils
/
containsOneOf
contains
One
Of
fun
String
.
containsOneOf
(
options
:
List
<
String
>
,
ignoreCase
:
Boolean
=
false
)
:
Boolean
fun
String
.
containsOneOf
(
options
:
Set
<
String
>
,
ignoreCase
:
Boolean
=
false
)
:
Boolean
Test whether the String contains one of the stings in the list.