Mrmime.Field_nameSourceType of field name.
capitalize t capitalizes t - any letter in front of '-' will be a capital letter.
of_string s tries to return a field-name. s must respect standards. Otherwise, we return an Error.
Same as of_string but raises an Invalid_argument instead of returning Error.
Alias of of_string_exn.
of_prefixed_by prefix t returns true if t is prefixed by s:
prefixed_by "Resent" resent_date ;;
- : bool = true