- name->string email-addressprocedure
Returns the name part of the address
> (use email-address) > (name->string (email-address "Andy Bennett <andyjpb@example.net>")) "Andy Bennett"
Returns the name part of the address
> (use email-address) > (name->string (email-address "Andy Bennett <andyjpb@example.net>")) "Andy Bennett"