info.aduna.text
Class PatternUtil
java.lang.Object
info.aduna.text.PatternUtil
public class PatternUtil
- extends Object
Utility methods for regular expression patterns.
- See Also:
regex.Pattern
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternUtil
public PatternUtil()
escapeSpecialChars
public static String escapeSpecialChars(String s)
- Escapes any characters that have a special meaning in Patterns.
Copyright © 1997-2008 Aduna. All Rights Reserved.