You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A vCard line may be 'folded' across multiple continuation lines by inserting CRLF WSP (in the syntax of RFC6350). If this sequence features in a vCard retrieved by mcds, only data from the first line is used. This is likely to be relevant when postal addresses are retrieved on the command line for convenience, e.g.:
BEGIN:VCARD
VERSION:3.0
PRODID:-//Sabre//Sabre VObject 4.5.4//EN
UID:95d439db-4c43-47d3-99d8-ca286c61a2aa
FN:Test Contact
ADR;TYPE=HOME:A very long address;Requiring multiple continuation lines;Tak
ing several lines and;In a very very big city somewhere;in a huge ginormou
s province;DSFH324324HFDSH 43432;of the land over the water\, up in the sk
y and millions of light years away
END:VCARD
Regex for query term: ^FN([A-Za-z;=])*:(.*test.*)
Regex for search term: ADR(.*):(.*)
A very long address;Requiring multiple continuation lines;Tak Test Contact
The text was updated successfully, but these errors were encountered:
A vCard line may be 'folded' across multiple continuation lines by inserting
CRLF WSP
(in the syntax of RFC6350). If this sequence features in a vCard retrieved by mcds, only data from the first line is used. This is likely to be relevant when postal addresses are retrieved on the command line for convenience, e.g.:The text was updated successfully, but these errors were encountered: