pub fn parse_custom(value: &str) -> Option<&str>
Parse a custom:Value string. Returns Some(value) if the prefix is present and the value is within length limits, None otherwise.
custom:Value
Some(value)
None