Removed this
were not needed.
This commit is contained in:
parent
68d8eab74d
commit
923252ff87
1 changed files with 2 additions and 2 deletions
|
@ -32,11 +32,11 @@ fun String.isDigits(): Boolean {
|
|||
}
|
||||
|
||||
fun String.isDKS(): Boolean {
|
||||
return this.equals(Dtmf.DKS, true)
|
||||
return equals(Dtmf.DKS, true)
|
||||
}
|
||||
|
||||
fun String.isLinear(): Boolean {
|
||||
return this.equals(Dtmf.LINEAR, true)
|
||||
return equals(Dtmf.LINEAR, true)
|
||||
}
|
||||
|
||||
fun String.replaceAll(replace: Array<Pair<String, String>>): String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue