Minor: fix doc formatting that caused summary differ in Common and Native
This commit is contained in:
committed by
Nikolay Igotti
parent
e64594f906
commit
fb79c6af03
@@ -172,8 +172,7 @@ actual public class Regex internal constructor(internal val nativePattern: Patte
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a sequence of all occurrences of a regular expression within the [input] string,
|
* Returns a sequence of all occurrences of a regular expression within the [input] string, beginning at the specified [startIndex].
|
||||||
* beginning at the specified [startIndex].
|
|
||||||
*/
|
*/
|
||||||
actual fun findAll(input: CharSequence, startIndex: Int): Sequence<MatchResult>
|
actual fun findAll(input: CharSequence, startIndex: Int): Sequence<MatchResult>
|
||||||
= generateSequence({ find(input, startIndex) }, MatchResult::next)
|
= generateSequence({ find(input, startIndex) }, MatchResult::next)
|
||||||
|
|||||||
Reference in New Issue
Block a user