Package com.helger.io.url
Class URLCleanser
java.lang.Object
com.helger.io.url.URLCleanser
URL cleanser.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable StringgetCleanURLPartWithoutUmlauts(@Nullable String sURLPart) Clean an URL part from nasty Umlauts.
-
Method Details
-
getCleanURLPartWithoutUmlauts
Clean an URL part from nasty Umlauts. This mapping needs extension!- Parameters:
sURLPart- The original URL part. May benull.- Returns:
- The cleaned version or
nullif the input wasnull.
-