public class StringUtil extends Object
Constructor and Description |
---|
StringUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
cleanseUrlString(String input)
Protect against HTTP Response Splitting
|
static String |
decodeUrl(String encodedUrl) |
static double |
determineSimilarity(String test1,
String test2) |
static long |
getChecksum(String test) |
static String |
removeSpecialCharacters(String input) |
Copyright © 2014. All rights reserved.