public final class StringUtils extends Object
public static String cleanPath(String path)
The result is convenient for path comparison. For other uses, notice that Windows separators ("\") are replaced by simple slashes.
path - the original pathCopyright © 2008-2014. All Rights Reserved.