Documentation ¶
Overview ¶
Package matching provides matching features that find appropriate strings by using a passed input string.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matched ¶
type Matched struct { // Idx is the index of an item of the original slice which was used to // search matched strings. Idx int // Pos is the range of matched position. // [2]int represents an open interval of a position. Pos [2]int // contains filtered or unexported fields }
Matched represents a result of FindAll.
Click to show internal directories.
Click to hide internal directories.