substring

package
v0.0.0-...-75ded5f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2026 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Find

func Find(s string, n int) string
Example
package main

import (
	"fmt"

	"github.com/skhal/lab/iq/23/substring"
)

func main() {
	fmt.Println(substring.Find("aabcad", 2))
}
Output:

aabca

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL