Documentation
¶
Overview ¶
Package match implements SQL LIKE-style pattern matching for the Go filtering paths, so they return the same rows as the SQLite index paths.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Like ¶
Like reports whether value matches pattern. % matches any sequence of characters, every other character including _ is literal, and matching is case-insensitive.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.