multi-line e-mail address

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
Peciura

multi-line e-mail address

Post by Peciura »

This is a simple solution to split long email address to 2 or more lines. Idea is to insert zero-width spaces before symbols:

Code: Select all

._-@

Code: Select all

<div style='width:7em;'>
{'/([^\.\_\-\@])([\.\_\-\@])/'|preg_replace:'$1&#8203;$2':'very.long_email-address@spam.spm'}
</div>
Wishbone
Power Poster
Power Poster
Posts: 1369
Joined: Tue Dec 23, 2008 8:39 pm

Re: multi-line e-mail address

Post by Wishbone »

Will this copy and paste OK? Or will it paste zero-length spaces?
Post Reply

Return to “Tips and Tricks”