fork download
  1. email = 'email@domain.com'
  2. p email.gsub(/(?<=\A[^@]{2})[^@]+/) { |m| "*" * m.length }
Success #stdin #stdout 0s 28216KB
stdin
Standard input is empty
stdout
"em***@domain.com"