com.hp.hpl.jena.sdb.util
Class RegexUtils
java.lang.Object
com.hp.hpl.jena.sdb.util.RegexUtils
public class RegexUtils
- extends Object
RegexUtils
public RegexUtils()
noMetaChars
public static boolean noMetaChars(String string,
int fromIndex)
noMetaChars
public static boolean noMetaChars(String string,
int fromIndex,
int endIndex)
- check for any regular expression metacharacters between the index point (inclusive,exclusive)
isSimpleStartsWith
public static boolean isSimpleStartsWith(String pattern)
isSimpleAnchored
public static boolean isSimpleAnchored(String pattern)
isSimpleEndsWith
public static boolean isSimpleEndsWith(String pattern)
regexToLike
public static String regexToLike(String pattern)
Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.