Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Regex ¶
type Regex struct {
// contains filtered or unexported fields
}
func (*Regex) Find ¶
func (r *Regex) Find(data string, pos int) MatchObject
find match for pattern in data after the pos
func (*Regex) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.