Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.utils
/
Levenshtein
Levenshtein
common
@
Prerelease
object
Levenshtein
(
source
)
Members
Functions
partial
Ratio
Link copied to clipboard
common
fun
partialRatio
(
s1
:
String
,
s2
:
String
,
processor
:
(
String
)
->
String
=
{ it }
)
:
Int
ratio
Link copied to clipboard
common
fun
ratio
(
s1
:
String
,
s2
:
String
,
processor
:
(
String
)
->
String
=
{ it }
)
:
Int