RFC 822 açılımı yapmak nasıl

0 Cevap php

I am trying to write a vCard Parser and am having trouble unfolding lines. As you can see here: http://www.faqs.org/rfcs/rfc822.html look for "unfolding" it says that all the following are valid:

Long string<return>
<tab>continue

Long string<return>
<tab>(n*<tab>)continue

Long string<return>
<space>continue

Long string<return>
<space>(n*<space>)continue

Bunu nasıl açılmak mı? Bunun için bir düzenli ifade var mı? Sınıf I kullanacaktır yazılmıştır eğer PHP kullanıyorum :)

0 Cevap