Add Regex splitToSequence samples
This commit is contained in:
committed by
Space
parent
e691de6e4c
commit
d7b10f31b4
@@ -211,6 +211,7 @@ public actual class Regex actual constructor(pattern: String, options: Set<Regex
|
||||
*
|
||||
* @param limit Non-negative value specifying the maximum number of substrings the string can be split to.
|
||||
* Zero by default means no limit is set.
|
||||
* @sample samples.text.Regexps.splitToSequence
|
||||
*/
|
||||
@SinceKotlin("1.5")
|
||||
@ExperimentalStdlibApi
|
||||
|
||||
Reference in New Issue
Block a user