Expand description
Generic text conversions. General conversions helpers for the current Visual selection.
Provides a namespaced [Dictionary] exposing selection conversion
functionality (RGB to HEX and date/time to chrono parse code).
Structsยง
- Conversion
Option ๐Iter - An iterator over the variants of ConversionOption
Enumsยง
- Conversion
Option ๐ - Enum representing available conversion options.
Functionsยง
- convert_
selection ๐ - Converts the current visual selection using a user-chosen conversion option.
- date_
time_ ๐str_ to_ chrono_ parse_ from_ str - Converts a date/time string to the appropriate chrono
parse_from_strcode snippet. - dict
- Namespaced dictionary of general conversion helpers.
- rgb_
to_ ๐hex - Converts an RGB string to a hexadecimal color code.
- unix_
timestamp_ ๐to_ iso_ 8601_ date_ time