package
0.0.0-20211216204336-d63bf212d3e5
Repository: https://github.com/tenta-browser/go-video-downloader.git
Documentation: pkg.go.dev

# Functions

CompileInternal prepares and compiles a pattern (unwrapped).

# Variables

Compile prepares and compiles a pattern.
ErrorType is the error type raised by the regexp functions ..
Escape escapes special characters in pattern.
Python regexp flags.
Python regexp flags.
Python regexp flags.
Python regexp flags.
Python regexp flags.
Group returns the value of the group identified by idx (str or int) from match.
GroupNames returns the names of named groups in the pattern.
Groups returns the number of groups in the match.
Next looks for the next match and returns true if it's found.
Replace replaces every occurrence of regexp in subject with repl and returns the new string.
ReplaceFunc replaces every occurrence of regexp in subject with the result returned by repl invoked for each match in turn, and returns the new string.
Search returns the first match.