bagof.converters.strings
Converters for string types.
Classes
ToString
ToRegexMatch
Converter for strings that must match a regex pattern.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
pattern
|
str | Pattern
|
The regex pattern to match against. |
required |
hint
|
Any
|
The type hint to convert to. |
UNSET
|
compose
|
bool
|
Whether to compose this converter with others, when they are
found in |
False
|