public class WpStringUtils extends Object
Constructor and Description |
---|
WpStringUtils() |
Modifier and Type | Method and Description |
---|---|
static long |
longHashCode(String s) |
static long |
longHashCode2(String s)
This is much faster...
|
static String |
normalize(String s)
Replaces consecutive non alpha-numeric characters with a space
Converts to lowercase
Removes whitespace
|
public static String normalize(String s)
public static long longHashCode(String s)
public static long longHashCode2(String s)
s
- Copyright © 2018. All rights reserved.