@Immutable public final class URLValidator extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getUnifiedURL(String sURL)
Get the unified version of a URL.
|
static boolean |
isValid(String sURL)
Checks if a value is a valid URL.
|
@Nullable public static String getUnifiedURL(@Nullable String sURL)
sURL - The URL to unify. May be null.null if the input address is
null.Copyright © 2014–2015 Philip Helger. All rights reserved.