substring

package
v0.0.0-...-318cb23 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 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) string
Example
package main

import (
	"fmt"

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

func main() {
	s := substring.Find("abcad")
	fmt.Println(s)
}
Output:

bcad

func FindFast

func FindFast(s string) string
Example
package main

import (
	"fmt"

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

func main() {
	s := substring.FindFast("abcad")
	fmt.Println(s)
}
Output:

bcad

Types

This section is empty.

Jump to

Keyboard shortcuts

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