pub fn is_xmp_tag(tag: &str) -> bool
Expand description

Indicates whether the given tag is from the XMP domain.

Examples

assert!(rexiv2::is_xmp_tag("Xmp.dc.Title"));
assert!(!rexiv2::is_xmp_tag("Exif.Photo.FocalLength"));