MixERP.Net.VCards icon indicating copy to clipboard operation
MixERP.Net.VCards copied to clipboard

Fixed VCardHelper.cs

Open tmr0861 opened this issue 5 years ago • 1 comments

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.

tmr0861 avatar Oct 05 '19 14:10 tmr0861

Instead of an array you could return a Tuple

BlyZeDev avatar Jul 06 '22 21:07 BlyZeDev