Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prefect.io/llms.txt

Use this file to discover all available pages before exploring further.

prefect.utilities.text

Functions

truncated_to

truncated_to(length: int, value: Optional[str]) -> str

fuzzy_match_string

fuzzy_match_string(word: str, possibilities: Iterable[str]) -> Optional[str]