Regex Matching
You can specify a custom format for an environment variable using regex. To do this, use the regex()-function, and pass in an pattern.
def regex(pattern: str) -> RegexType
You can specify a custom format for an environment variable using regex. To do this, use the regex()-function, and pass in an pattern.
def regex(pattern: str) -> RegexType