MixERP.Net.VCards
MixERP.Net.VCards copied to clipboard
Fixed VCardHelper.cs
Regex.Split didn't split the cards. I updated the regex pattern to match each VCARD in the contents and get the matches. There may be a better way to do this, but this works and is quite fast.
Instead of an array you could return a Tuple