I want to generate regex for vCard Properties.
For Ex:
VERSION:
Regex regex = new Regex(@"(?<strElement>(VERSION)) (:(?<strVERSION>[^\n\r]*))", options);
Match m = regex.Match(s);
how to write other vcard proparty like ADR,AGENT,PHOTO,ETC...