cz.geek.util
Class SEO

java.lang.Object
  extended by cz.geek.util.SEO

public class SEO
extends Object


Field Summary
protected static Pattern NONCHAR
           
protected static Pattern SPACES
           
 
Constructor Summary
SEO()
           
 
Method Summary
static String nonchar2spaces(String s)
           
static String spaces2dash(String s)
           
static String stripSpaces(String s)
           
static String toAscii(String s)
           
static String toSeoString(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACES

protected static final Pattern SPACES

NONCHAR

protected static final Pattern NONCHAR
Constructor Detail

SEO

public SEO()
Method Detail

stripSpaces

public static String stripSpaces(String s)

spaces2dash

public static String spaces2dash(String s)

nonchar2spaces

public static String nonchar2spaces(String s)

toAscii

public static String toAscii(String s)

toSeoString

public static String toSeoString(String s)


Copyright © 2012. All Rights Reserved.