Getting Started
suricata-check
suricata-check.ini
CLI Reference
API Reference
Indices and tables
The suricata_check.utils.regex_provider module provides a unified interface for regex operations.
get_regex_provider()
get_regex_provider
Returns the regex provider to be used.
If regex is installed, it will return that module. Otherwise, it will return the re module instead.