Parse repeated contact properties or generate one RFC 6350 vCard 4.0 contact.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Parsing unfolds continuation lines, removes optional property groups, preserves repeated EMAIL and TEL values, and unescapes structured text. Generation writes VERSION:4.0 with required FN, an N structure, CRLF endings, escaped values, and content lines folded at 75 UTF-8 octets.
Mode: parse Input: BEGIN:VCARD VERSION:4.0 N:Smith;Jane;;; FN:Jane Smith EMAIL:[email protected] EMAIL:[email protected] TEL;TYPE=cell:tel:+15550123 END:VCARD
Found 1 contact(s) Name: Jane Smith Email: [email protected] Email: [email protected] Phone: tel:+15550123
Address-book migration, downloadable VCF contacts, and CRM imports preserve repeated email and telephone properties.