Domain Length

Domain Length

Version 1

Domain

prop("Name") .replace("\..*", "")

Length

prop("Name") .replace("\..*", "") .length()
 

Version 2

Domain

prop("URL") .replaceAll("https|http|://|www.") .replace("\..*")

Length

prop("URL") .replaceAll("https|http|://|www.") .replace("\..*") .length()
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!