startByteForPattern

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

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

Throws

If the index exceeds the pattern count.

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

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

Throws

If the index exceeds the pattern count.

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

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

Throws

If the index exceeds the pattern count.

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

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

Throws

If the index exceeds the pattern count.