How to parse field to extract email address and display mailto link

I am working in my record type display interface. 

One of the fields in our data contains an email address with the name of the person in this format:

Bilbo Baggins <Bilbo.Baggins@TheShire.org>

I need to extract the string between the < > and display that string as a mailto link in my results. 

How do I write this, or if it's not possible to write this, how can this be achieved based on the data as it is?

Many thanks in advance - 

  Discussion posts and replies are publicly visible

Parents Reply
  • The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = 6CT8A] at function a!recordList: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Technical Contact"] has encountered an error. Expression evaluation error at function a!safeLink [line 94]: mailto: is not a permitted URI under the configured security rules and cannot be cast to safeUri. (APNX-1-4198-000)

Children