package
Version:
v0.0.0-...-318cb23
Opens a new window with list of versions in this module.
Published: Jan 16, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package main
import (
"fmt"
"github.com/skhal/lab/iq/22/substring"
)
func main() {
s := substring.Find("abcad")
fmt.Println(s)
}
Output:
bcad
package main
import (
"fmt"
"github.com/skhal/lab/iq/22/substring"
)
func main() {
s := substring.FindFast("abcad")
fmt.Println(s)
}
Output:
bcad
Source Files
¶
Click to show internal directories.
Click to hide internal directories.