prop("Total") != prop("Unique")
<aside>
🔥 As this removes spaces for check the match, something like One Two Three will show as being a duplicate of OneTwoThree.
</aside>
prop("Name") ? (length(replaceAll(replaceAll(replaceAll(prop("All"), " ", "") + ",", "\b" + replaceAll(prop("Name"), "[ |,]", "") + "\b", "★"), "[^★]", "")) > 1) : false
prop("URL") ? (length(replaceAll(replaceAll(replaceAll(prop("All URLs"), " ", "") + ",", "\b" + replaceAll(prop("URL"), " ", "") + "\b", "★"), "[^★]", "")) > 1) : false
[By Ben • Latest • Was this helpful? Please consider buying me a coffee. Cheers!](https://bensomething.notion.site/By-Ben-Latest-Was-this-helpful-Please-consider-buying-me-a-coffee-Cheers-7e0a08e8adbe4fc8af49603e9622621a)