Documentation
¶
Overview ¶
Package matchutil provides optimized string matching utilities for the query engine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsUpper ¶
ContainsUpper checks if line contains substr using case-insensitive comparison. substr MUST already be uppercased by the caller.
Implementation ported from pkg/logql/log/filter.go:containsLower
func EqualUpper ¶
EqualUpper checks if line equals match using case-insensitive comparison. match MUST already be uppercased by the caller.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.