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
<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By Ben • Latest • Was this helpful? Please consider buying me a coffee. Cheers!
</aside>