This document describes the current stable version of Kombu (4.1). For development docs, go here.
Text utilitites - kombu.utils.text¶
Text Utilities.
-
kombu.utils.text.escape_regex(p, white='')[source]¶ Escape string for use within a regular expression.
-
kombu.utils.text.fmatch_best(needle, haystack, min_ratio=0.6)[source]¶ Fuzzy match - Find best match (scalar).