Replacing plain text e-mail addresses with mailto links


/ Published in: Regular Expression
Save to your folder(s)

Used in Espresso


Copy this code and paste it in your HTML
  1. E-mail: (.+?)\n
  2. E-mail: <a href="$1">$1</a>\n

Report this snippet


Comments


You need to login to view comments.