[K/N] Commonize String.regionMatches function
As a part of efforts to stabilize K/N stdlib.
This commit is contained in:
committed by
Space Team
parent
0d31b0d12c
commit
7eba68e62b
@@ -689,6 +689,9 @@ public inline fun kotlin.CharSequence.reduceRightOrNull(operation: (kotlin.Char,
|
||||
|
||||
public fun kotlin.CharSequence.regionMatches(thisOffset: kotlin.Int, other: kotlin.CharSequence, otherOffset: kotlin.Int, length: kotlin.Int, ignoreCase: kotlin.Boolean = ...): kotlin.Boolean
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.9")
|
||||
public fun kotlin.String.regionMatches(thisOffset: kotlin.Int, other: kotlin.String, otherOffset: kotlin.Int, length: kotlin.Int, ignoreCase: kotlin.Boolean = ...): kotlin.Boolean
|
||||
|
||||
public fun kotlin.CharSequence.removePrefix(prefix: kotlin.CharSequence): kotlin.CharSequence
|
||||
|
||||
public fun kotlin.String.removePrefix(prefix: kotlin.CharSequence): kotlin.String
|
||||
|
||||
@@ -689,6 +689,9 @@ public inline fun kotlin.CharSequence.reduceRightOrNull(operation: (kotlin.Char,
|
||||
|
||||
public fun kotlin.CharSequence.regionMatches(thisOffset: kotlin.Int, other: kotlin.CharSequence, otherOffset: kotlin.Int, length: kotlin.Int, ignoreCase: kotlin.Boolean = ...): kotlin.Boolean
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.9")
|
||||
public fun kotlin.String.regionMatches(thisOffset: kotlin.Int, other: kotlin.String, otherOffset: kotlin.Int, length: kotlin.Int, ignoreCase: kotlin.Boolean = ...): kotlin.Boolean
|
||||
|
||||
public fun kotlin.CharSequence.removePrefix(prefix: kotlin.CharSequence): kotlin.CharSequence
|
||||
|
||||
public fun kotlin.String.removePrefix(prefix: kotlin.CharSequence): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user