Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegexAst ¶
RegexAst express ast of regex's element. Regex character can detect as isRune = true.
func ParseRegex ¶
ParseRegex parse regexp expression as RE2, and output ast. original is regexp.compile : https://github.com/golang/go/blob/faf187fb8e2ca074711ed254c72ffbaed4383c64/src/regexp/regexp.go#L167-L215
Click to show internal directories.
Click to hide internal directories.