Version 1NameDomainLengthtest.com.autest4apple.comapple5google.comgoogle6notion.sonotion6reddit.comreddit6microsoft.commicrosoft9Domainprop("Name") .replace("\..*", "")Lengthprop("Name") .replace("\..*", "") .length() Version 2NameURLDomainLengthAppleapple.comapple5Googlehttps://www.google.comgoogle6Microsofthttps://www.microsoft.com/yeahmicrosoft9Notionnotion.so/productnotion6Reddithttp://reddit.comreddit6Testtest.com.autest4Domainprop("URL") .replaceAll("https|http|://|www.") .replace("\..*")Lengthprop("URL") .replaceAll("https|http|://|www.") .replace("\..*") .length() By Ben • Latest • Was this helpful? Please consider buying me a coffee. Cheers!