|
|
Browse by Tags
All Tags » URL » Domain
-
I've been scouring the internet trying to find an expression to extract domains from URL's. I've found a very good one, but it doesn't do ALL that I need it too. See below for criteria.
Current Expression: ^(?:[^/]+://)?([^/:]+)
Lang: Java
Current Logic:
matcher = ...
|
|
|