endByteForPattern

@JvmName(name = "endByteForPattern")
actual external fun endByteForPattern(index: UInt): UInt(source)

Get the byte offset where the given pattern ends in the query's source.

Since

0.23.0

Throws

If the index exceeds the pattern count.

expect fun endByteForPattern(index: UInt): UInt(source)

Get the byte offset where the given pattern ends in the query's source.

Since

0.23.0

Throws

If the index exceeds the pattern count.

@JvmName(name = "endByteForPattern")
actual external fun endByteForPattern(index: UInt): UInt(source)

Get the byte offset where the given pattern ends in the query's source.

Since

0.23.0

Throws

If the index exceeds the pattern count.

actual fun endByteForPattern(index: UInt): UInt(source)

Get the byte offset where the given pattern ends in the query's source.

Since

0.23.0

Throws

If the index exceeds the pattern count.