Quantcast
Channel: Is it possible to use .contains() in a switch statement? - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Ooker for Is it possible to use .contains() in a switch statement?

$
0
0

Try the tldts library:

npm i tldts
import { parse } from "tldts";const domainWithoutSuffix = parse(href).domainWithoutSuffix;switch (domainWithoutSuffix) {  case "facebook":    // do stuff  case "github":    // do stuff  case "youtube":    // do stuff  default:    // do stuff}

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>