apoc.data

Qualified Name Type Release

apoc.data.domain('url_or_email_address') YIELD domain - extract the domain name from a url or an email address. If nothing was found, yield null.

Function

APOC Core

apoc.data.email('email_address') as {personal,user,domain} - extract the personal name, user and domain as a map

Function

APOC Core

apoc.data.url('url') as {protocol,host,port,path,query,file,anchor,user} | turn URL into map structure

Function

APOC Core