Advertisement
ustymenkoapavlo

Untitled

Apr 9th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function validateDomain (string) {
  2.     return string.replace(/(https?:\/\/)?(www\.)?[a-z0-9-]+\.(com|org|io|ru|net|de|br|uk|in|au|ua)(\.[a-z]{2,3})?/g, '');
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement