package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Nov 16, 2024
License: MIT
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.
README
¶
Regex Examples
Find substring between
package main
import (
"fmt"
"github.com/D3Ext/maldev/src/regex"
)
func main(){
matches := regex.FindSubstringBetween("Look: ABC some example test ABC", "A", "C")
fmt.Println(matches) // Output: [B B]
}
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.