Versions in this module Expand all Collapse all v0 v0.5.0 Nov 21, 2024 Changes in this version + func DelFirst(regex, content string) (string, error) + func Escape(input string) string + func ExtractMulti(regex, content string, template string) (string, error) + func FindAll(regex, content string) ([]string, error) + func Get(regex, content string, groupIndex int) (string, error) + func GetFirstNumber(content string) (int, error) + func IsMatch(regex, content string) (bool, error) + func ReplaceAll(content, regex, replacementTemplate string) (string, error)