suricata_check.utils.regex_provider =================================== .. py:module:: suricata_check.utils.regex_provider .. autoapi-nested-parse:: The `suricata_check.utils.regex_provider` module provides a unified interface for regex operations. Functions --------- .. autoapisummary:: suricata_check.utils.regex_provider.get_regex_provider Module Contents --------------- .. py:function:: 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.