select
replace('https://yahoo.co.in',
substring('https://yahoo.co.in' from '[http|htts|www.|:|//]+'),'')
replace('https://yahoo.co.in',
substring('https://yahoo.co.in' from '[http|htts|www.|:|//]+'),'')
Output :
yahoo.co.in
________________________________________________________________________________________
No comments:
Post a Comment