Documentation
¶
Index ¶
- func IsLetter(b byte) bool
- func NewIdentifier() *identifier
- func NewIntMatcher() *intMatcher
- func NewPlaceholder() *placeholder
- func NewPrefixedQuote(prefixes []byte, quote, escape byte) parsly.Matcher
- func NewSelector(allowDashes bool) parsly.Matcher
- func NewStringMatcher(quote byte) *stringMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPlaceholder ¶
func NewPlaceholder() *placeholder
NewPlaceholder creates a placeholder matcher
func NewPrefixedQuote ¶ added in v0.12.0
NewPrefixedQuote returns a matcher for prefixed quote literals.
func NewSelector ¶
func NewStringMatcher ¶
func NewStringMatcher(quote byte) *stringMatcher
NewStringMatcher returns a string matcher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.